C# Class HelixToolkit.Wpf.BillboardTextVisual3D

A visual element that contains a text billboard.
Inheritance: BillboardVisual3D
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
HeightFactorProperty System.Windows.DependencyProperty
PaddingProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Private Methods

Method Description
VisualChanged ( ) : void

Updates the text block when the visual appearance changed.

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

The visual appearance 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

HeightFactorProperty public static property

Identifies the HeightFactor dependency property.
public static DependencyProperty,System.Windows HeightFactorProperty
return System.Windows.DependencyProperty

PaddingProperty public static property

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

TextProperty public static property

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