C# 클래스 csDataServerPlugin.Utils.OutlinedText

Create a text with an outline
상속: System.Windows.FrameworkElement, IAddChild
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
BoldProperty System.Windows.DependencyProperty
FillProperty System.Windows.DependencyProperty
FontProperty System.Windows.DependencyProperty
FontSizeProperty System.Windows.DependencyProperty
ItalicProperty System.Windows.DependencyProperty
StrokeProperty System.Windows.DependencyProperty
StrokeThicknessProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AddChild ( Object value ) : void
AddText ( string value ) : void
CreateText ( ) : void

Create the outline geometry based on the formatted text.

보호된 메소드들

메소드 설명
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

OnRender override draws the geometry of the text and optional highlight.

비공개 메소드들

메소드 설명
OnOutlineTextInvalidated ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked when a dependency property has changed. Generate a new FormattedText object to display.

메소드 상세

AddChild() 공개 메소드

public AddChild ( Object value ) : void
value Object
리턴 void

AddText() 공개 메소드

public AddText ( string value ) : void
value string
리턴 void

CreateText() 공개 메소드

Create the outline geometry based on the formatted text.
public CreateText ( ) : void
리턴 void

OnRender() 보호된 메소드

OnRender override draws the geometry of the text and optional highlight.
protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext Drawing context of the OutlineText control.
리턴 void

프로퍼티 상세

BoldProperty 공개적으로 정적으로 프로퍼티

Identifies the Bold dependency property.
public static DependencyProperty,System.Windows BoldProperty
리턴 System.Windows.DependencyProperty

FillProperty 공개적으로 정적으로 프로퍼티

Identifies the Fill dependency property.
public static DependencyProperty,System.Windows FillProperty
리턴 System.Windows.DependencyProperty

FontProperty 공개적으로 정적으로 프로퍼티

Identifies the Font dependency property.
public static DependencyProperty,System.Windows FontProperty
리턴 System.Windows.DependencyProperty

FontSizeProperty 공개적으로 정적으로 프로퍼티

Identifies the FontSize dependency property.
public static DependencyProperty,System.Windows FontSizeProperty
리턴 System.Windows.DependencyProperty

ItalicProperty 공개적으로 정적으로 프로퍼티

Identifies the Italic dependency property.
public static DependencyProperty,System.Windows ItalicProperty
리턴 System.Windows.DependencyProperty

StrokeProperty 공개적으로 정적으로 프로퍼티

Identifies the Stroke dependency property.
public static DependencyProperty,System.Windows StrokeProperty
리턴 System.Windows.DependencyProperty

StrokeThicknessProperty 공개적으로 정적으로 프로퍼티

Identifies the StrokeThickness dependency property.
public static DependencyProperty,System.Windows StrokeThicknessProperty
리턴 System.Windows.DependencyProperty

TextProperty 공개적으로 정적으로 프로퍼티

Identifies the Text dependency property.
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty