C# 클래스 HelixToolkit.Wpf.BillboardTextGroupVisual3D

상속: RenderingModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
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