C# Класс HelixToolkit.Wpf.BillboardTextGroupVisual3D

Наследование: RenderingModelVisual3D
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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
ItemsProperty DependencyProperty
PaddingProperty DependencyProperty

Открытые методы

Метод Описание
BillboardTextGroupVisual3D ( ) : System.Collections.Generic

Initializes a new instance of the BillboardTextGroupVisual3D class.

Защищенные методы

Метод Описание
OnCompositionTargetRendering ( object sender, RenderingEventArgs eventArgs ) : void

Handles the CompositionTarget.Rendering event.

OnVisualParentChanged ( DependencyObject oldParent ) : void

Called when the parent of the 3-D visual object is changed.

UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

Приватные методы

Метод Описание
CreateElement ( string text ) : FrameworkElement
VisualChanged ( ) : void

Updates the text block when the visual appearance changed.

VisualChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

The visual appearance changed.

Описание методов

BillboardTextGroupVisual3D() публичный Метод

Initializes a new instance of the BillboardTextGroupVisual3D class.
public BillboardTextGroupVisual3D ( ) : System.Collections.Generic
Результат System.Collections.Generic

OnCompositionTargetRendering() защищенный Метод

Handles the CompositionTarget.Rendering event.
protected OnCompositionTargetRendering ( object sender, RenderingEventArgs eventArgs ) : void
sender object The sender.
eventArgs RenderingEventArgs The instance containing the event data.
Результат void

OnVisualParentChanged() защищенный Метод

Called when the parent of the 3-D visual object is changed.
protected OnVisualParentChanged ( DependencyObject oldParent ) : void
oldParent DependencyObject /// A value of type that represents the previous parent of the /// /// object. If the /// /// object did not have a previous parent, the value of the parameter is null. ///
Результат void

UpdateGeometry() защищенный Метод

Updates the geometry.
protected UpdateGeometry ( ) : void
Результат void

UpdateTransforms() защищенный Метод

Updates the transforms.
protected UpdateTransforms ( ) : bool
Результат bool

Описание свойств

BackgroundProperty публичное статическое свойство

Identifies the Background dependency property.
public static DependencyProperty,System.Windows BackgroundProperty
Результат System.Windows.DependencyProperty

BorderBrushProperty публичное статическое свойство

Identifies the BorderBrush dependency property.
public static DependencyProperty,System.Windows BorderBrushProperty
Результат System.Windows.DependencyProperty

BorderThicknessProperty публичное статическое свойство

Identifies the BorderThickness dependency property.
public static DependencyProperty,System.Windows BorderThicknessProperty
Результат System.Windows.DependencyProperty

FontFamilyProperty публичное статическое свойство

Identifies the FontFamily dependency property.
public static DependencyProperty,System.Windows FontFamilyProperty
Результат System.Windows.DependencyProperty

FontSizeProperty публичное статическое свойство

Identifies the FontSize dependency property.
public static DependencyProperty,System.Windows FontSizeProperty
Результат System.Windows.DependencyProperty

FontWeightProperty публичное статическое свойство

Identifies the FontWeight dependency property.
public static DependencyProperty,System.Windows FontWeightProperty
Результат System.Windows.DependencyProperty

ForegroundProperty публичное статическое свойство

Identifies the Foreground dependency property.
public static DependencyProperty,System.Windows ForegroundProperty
Результат System.Windows.DependencyProperty

HeightFactorProperty публичное статическое свойство

Identifies the HeightFactor dependency property.
public static DependencyProperty,System.Windows HeightFactorProperty
Результат System.Windows.DependencyProperty

ItemsProperty публичное статическое свойство

Identifies the Items dependency property.
public static DependencyProperty ItemsProperty
Результат DependencyProperty

PaddingProperty публичное статическое свойство

Identifies the Padding dependency property.
public static DependencyProperty PaddingProperty
Результат DependencyProperty