개정판 610a4b86
TextControl/ArrowTextControl TextSize 누락 추가
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
3759 | 3759 |
{ |
3760 | 3760 |
ControlType = controlType |
3761 | 3761 |
}; |
3762 |
(currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3762 | 3763 |
currentControl.CommentID = Save.shortGuid(); |
3763 | 3764 |
currentControl.IsNew = true; |
3764 | 3765 |
currentControl.MarkupInfoID = App.Custom_ViewInfoId; |
... | ... | |
3790 | 3791 |
ControlType = controlType |
3791 | 3792 |
}; |
3792 | 3793 |
|
3793 |
|
|
3794 |
(currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3794 | 3795 |
currentControl.MarkupInfoID = App.Custom_ViewInfoId; |
3795 | 3796 |
currentControl.CommentID = Save.shortGuid(); |
3796 | 3797 |
currentControl.IsNew = true; |
... | ... | |
3819 | 3820 |
{ |
3820 | 3821 |
ControlType = controlType |
3821 | 3822 |
}; |
3823 |
|
|
3824 |
(currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3822 | 3825 |
currentControl.CommentID = Save.shortGuid(); |
3823 | 3826 |
currentControl.IsNew = true; |
3824 | 3827 |
currentControl.MarkupInfoID = App.Custom_ViewInfoId; |
... | ... | |
3875 | 3878 |
|
3876 | 3879 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
3877 | 3880 |
|
3881 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3878 | 3882 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
3879 | 3883 |
|
3880 | 3884 |
(currentControl as ArrowTextControl).ApplyTemplate(); |
... | ... | |
3920 | 3924 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
3921 | 3925 |
|
3922 | 3926 |
(currentControl as ArrowTextControl).ApplyTemplate(); |
3923 |
|
|
3927 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3924 | 3928 |
(currentControl as ArrowTextControl).isFixed = true; |
3925 | 3929 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
3926 | 3930 |
|
... | ... | |
3967 | 3971 |
|
3968 | 3972 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
3969 | 3973 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
3970 |
|
|
3974 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3971 | 3975 |
(currentControl as ArrowTextControl).ApplyTemplate(); |
3972 | 3976 |
|
3973 | 3977 |
(currentControl as ArrowTextControl).Base_TextBox.Focus(); |
... | ... | |
4011 | 4015 |
currentControl.SetValue(ArrowTextControl.StartPointProperty, canvasDrawingMouseDownPoint); |
4012 | 4016 |
|
4013 | 4017 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
4014 |
|
|
4018 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
4015 | 4019 |
(currentControl as ArrowTextControl).isFixed = true; |
4016 | 4020 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
4017 | 4021 |
|
... | ... | |
4056 | 4060 |
currentControl.SetValue(Canvas.ZIndexProperty, 3); |
4057 | 4061 |
|
4058 | 4062 |
currentControl.SetValue(ArrowTextControl.StartPointProperty, canvasDrawingMouseDownPoint); |
4059 |
|
|
4060 | 4063 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
4064 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
4061 | 4065 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
4062 | 4066 |
(currentControl as ArrowTextControl).ApplyTemplate(); |
4063 | 4067 |
|
... | ... | |
4102 | 4106 |
currentControl.SetValue(ArrowTextControl.StartPointProperty, canvasDrawingMouseDownPoint); |
4103 | 4107 |
|
4104 | 4108 |
currentControl.SetValue(ArrowTextControl.EndPointProperty, canvasDrawingMouseDownPoint); |
4105 |
|
|
4109 |
(currentControl as ArrowTextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
4106 | 4110 |
(currentControl as ArrowTextControl).isFixed = true; |
4107 | 4111 |
(currentControl as ArrowTextControl).isHighLight = ViewerDataModel.Instance.checkHighShape; |
4108 | 4112 |
|
내보내기 Unified diff