C# Class SwtorCaster.Custom.OutlinedText

Inheritance: System.Windows.FrameworkElement
Show file Open project: pjmagee/swtor-caster

Public Properties

Property Type Description
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

Public Methods

Method Description
CreateText ( ) : void

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
OnOutlineTextInvalidated ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CreateText() public method

public CreateText ( ) : void
return void

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

Property Details

BoldProperty public static property

public static DependencyProperty,System.Windows BoldProperty
return System.Windows.DependencyProperty

FillProperty public static property

public static DependencyProperty,System.Windows FillProperty
return System.Windows.DependencyProperty

FontProperty public static property

public static DependencyProperty,System.Windows FontProperty
return System.Windows.DependencyProperty

FontSizeProperty public static property

public static DependencyProperty,System.Windows FontSizeProperty
return System.Windows.DependencyProperty

ItalicProperty public static property

public static DependencyProperty,System.Windows ItalicProperty
return System.Windows.DependencyProperty

StrokeProperty public static property

public static DependencyProperty,System.Windows StrokeProperty
return System.Windows.DependencyProperty

StrokeThicknessProperty public static property

public static DependencyProperty,System.Windows StrokeThicknessProperty
return System.Windows.DependencyProperty

TextProperty public static property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty