C# Class HelixToolkit.Wpf.TextVisual3D

A visual element that shows text.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
BorderBrushProperty System.Windows.DependencyProperty
BorderThicknessProperty System.Windows.DependencyProperty
FontFamilyProperty System.Windows.DependencyProperty
FontSizeProperty System.Windows.DependencyProperty
FontWeightProperty System.Windows.DependencyProperty
ForegroundProperty System.Windows.DependencyProperty
HeightProperty System.Windows.DependencyProperty
HorizontalAlignmentProperty System.Windows.DependencyProperty
IsDoubleSidedProperty System.Windows.DependencyProperty
IsFlippedProperty System.Windows.DependencyProperty
PaddingProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty
TextDirectionProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
UpDirectionProperty System.Windows.DependencyProperty
VerticalAlignmentProperty System.Windows.DependencyProperty

Private Methods

Method Description
VisualChanged ( ) : void

Called when the visual changed.

VisualChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The visual changed.

Property Details

BackgroundProperty public static property

Identifies the Background dependency property.
public static DependencyProperty,System.Windows BackgroundProperty
return System.Windows.DependencyProperty

BorderBrushProperty public static property

Identifies the BorderBrush dependency property.
public static DependencyProperty,System.Windows BorderBrushProperty
return System.Windows.DependencyProperty

BorderThicknessProperty public static property

Identifies the BorderThickness dependency property.
public static DependencyProperty,System.Windows BorderThicknessProperty
return System.Windows.DependencyProperty

FontFamilyProperty public static property

Identifies the FontFamily dependency property.
public static DependencyProperty,System.Windows FontFamilyProperty
return System.Windows.DependencyProperty

FontSizeProperty public static property

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

FontWeightProperty public static property

Identifies the FontWeight dependency property.
public static DependencyProperty,System.Windows FontWeightProperty
return System.Windows.DependencyProperty

ForegroundProperty public static property

Identifies the Foreground dependency property.
public static DependencyProperty,System.Windows ForegroundProperty
return System.Windows.DependencyProperty

HeightProperty public static property

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
return System.Windows.DependencyProperty

HorizontalAlignmentProperty public static property

Identifies the HorizontalAlignment dependency property.
public static DependencyProperty,System.Windows HorizontalAlignmentProperty
return System.Windows.DependencyProperty

IsDoubleSidedProperty public static property

Identifies the IsDoubleSided dependency property.
public static DependencyProperty,System.Windows IsDoubleSidedProperty
return System.Windows.DependencyProperty

IsFlippedProperty public static property

Identifies the IsFlipped dependency property.
public static DependencyProperty,System.Windows IsFlippedProperty
return System.Windows.DependencyProperty

PaddingProperty public static property

Identifies the Padding dependency property.
public static DependencyProperty,System.Windows PaddingProperty
return System.Windows.DependencyProperty

PositionProperty public static property

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
return System.Windows.DependencyProperty

TextDirectionProperty public static property

Identifies the TextDirection dependency property.
public static DependencyProperty,System.Windows TextDirectionProperty
return System.Windows.DependencyProperty

TextProperty public static property

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

UpDirectionProperty public static property

Identifies the UpDirection dependency property.
public static DependencyProperty,System.Windows UpDirectionProperty
return System.Windows.DependencyProperty

VerticalAlignmentProperty public static property

Identifies the VerticalAlignment dependency property.
public static DependencyProperty,System.Windows VerticalAlignmentProperty
return System.Windows.DependencyProperty