개정판 14963423
textbox cursor size 변경
Change-Id: I583f4db9aabf7c09f56304912b2dcf9b4cdb04d5
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
3925 | 3925 |
{ |
3926 | 3926 |
ControlType = controlType |
3927 | 3927 |
}; |
3928 |
(currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3928 |
|
|
3929 | 3929 |
currentControl.CommentID = Commons.shortGuid(); |
3930 | 3930 |
currentControl.IsNew = true; |
3931 | 3931 |
currentControl.MarkupInfoID = App.Custom_ViewInfoId; |
3932 | 3932 |
ViewerDataModel.Instance.MarkupControls_USER.Add(currentControl); |
3933 | 3933 |
currentControl.SetValue(Canvas.ZIndexProperty, 3); |
3934 |
|
|
3935 | 3934 |
currentControl.SetValue(TextControl.CanvasXProperty, CanvasDrawingMouseDownPoint.X); |
3936 | 3935 |
currentControl.SetValue(TextControl.CanvasYProperty, CanvasDrawingMouseDownPoint.Y); |
3937 | 3936 |
|
3937 |
(currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize; |
|
3938 |
(currentControl as TextControl).IsHighLight = ViewerDataModel.Instance.checkHighShape; |
|
3938 | 3939 |
(currentControl as TextControl).ControlType_No = 0; |
3939 | 3940 |
(currentControl as TextControl).CommentAngle -= rotate.Angle; |
3940 |
(currentControl as TextControl).IsHighLight = ViewerDataModel.Instance.checkHighShape; |
|
3941 | 3941 |
(currentControl as TextControl).ApplyTemplate(); |
3942 | 3942 |
(currentControl as TextControl).Base_TextBox.Focus(); |
3943 | 3943 |
(currentControl as TextControl).SetFontFamily(this.ParentOfType<MainWindow>().dzTopMenu.GetFontFamily().FontFamily); |
내보내기 Unified diff