Class BillboardTextVisual3D
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A visual element that contains a text billboard.
public class BillboardTextVisual3D : BillboardVisual3D, IAnimatable, IAddChild, IBoundsIgnoredVisual3D
- Inheritance
-
BillboardTextVisual3D
- Implements
- Inherited Members
- Extension Methods
Fields
AngleProperty
Identifies the Angle dependency property.
public static readonly DependencyProperty AngleProperty
Field Value
BackgroundProperty
Identifies the Background dependency property.
public static readonly DependencyProperty BackgroundProperty
Field Value
BorderBrushProperty
Identifies the BorderBrush dependency property.
public static readonly DependencyProperty BorderBrushProperty
Field Value
BorderThicknessProperty
Identifies the BorderThickness dependency property.
public static readonly DependencyProperty BorderThicknessProperty
Field Value
FontFamilyProperty
Identifies the FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
Field Value
FontSizeProperty
Identifies the FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
Field Value
FontWeightProperty
Identifies the FontWeight dependency property.
public static readonly DependencyProperty FontWeightProperty
Field Value
ForegroundProperty
Identifies the Foreground dependency property.
public static readonly DependencyProperty ForegroundProperty
Field Value
HeightFactorProperty
Identifies the HeightFactor dependency property.
public static readonly DependencyProperty HeightFactorProperty
Field Value
MaterialTypeProperty
Identifies the MaterialType dependency property.
public static readonly DependencyProperty MaterialTypeProperty
Field Value
PaddingProperty
Identifies the Padding dependency property.
public static readonly DependencyProperty PaddingProperty
Field Value
TextProperty
Identifies the Text dependency property.
public static readonly DependencyProperty TextProperty
Field Value
Properties
Angle
The rotation angle of the text in counter-clockwise, in degrees.
public double Angle { get; set; }
Property Value
Background
Gets or sets the background.
public Brush Background { get; set; }
Property Value
- Brush
The background.
BorderBrush
Gets or sets the border brush.
public Brush BorderBrush { get; set; }
Property Value
- Brush
The border brush.
BorderThickness
Gets or sets the border thickness.
public Thickness BorderThickness { get; set; }
Property Value
- Thickness
The border thickness.
FontFamily
Gets or sets the font family.
public FontFamily FontFamily { get; set; }
Property Value
- FontFamily
The font family.
FontSize
Gets or sets the size of the font.
public double FontSize { get; set; }
Property Value
- double
The size of the font.
FontWeight
Gets or sets the font weight.
public FontWeight FontWeight { get; set; }
Property Value
- FontWeight
The font weight.
Foreground
Gets or sets the foreground brush.
public Brush Foreground { get; set; }
Property Value
- Brush
The foreground.
HeightFactor
Gets or sets the height factor.
public double HeightFactor { get; set; }
Property Value
- double
The height factor.
MaterialType
Gets or sets the type of the material.
public MaterialType MaterialType { get; set; }
Property Value
- MaterialType
The type of the material.
Padding
Gets or sets the padding.
public Thickness Padding { get; set; }
Property Value
- Thickness
The padding.
Text
Gets or sets the text.
public string Text { get; set; }
Property Value
- string
The text.