C# Class HelixToolkit.Wpf.BillboardTextVisual3D

A visual element that contains a text billboard.
Inheritance: BillboardVisual3D
ファイルを表示 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_oe static_oe property

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

BorderBrushProperty public_oe static_oe property

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

BorderThicknessProperty public_oe static_oe property

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

FontFamilyProperty public_oe static_oe property

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

FontSizeProperty public_oe static_oe property

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

FontWeightProperty public_oe static_oe property

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

ForegroundProperty public_oe static_oe property

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

HeightFactorProperty public_oe static_oe property

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

PaddingProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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