C# 클래스 HelixToolkit.Wpf.TextGroupVisual3D

A visual element that shows a collection of text items.
Set the Items property last to avoid multiple updates.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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
HeightProperty System.Windows.DependencyProperty
IsDoubleSidedProperty System.Windows.DependencyProperty
IsFlippedProperty System.Windows.DependencyProperty
ItemsProperty System.Windows.DependencyProperty
PaddingProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CreateTextMaterial ( IEnumerable items, FrameworkElement>.Func createElement, System.Windows.Media.Brush background, FrameworkElement>.Dictionary &elementMap, Rect>.Dictionary &elementPositions ) : System.Windows.Media.Media3D.Material

Creates the text material.

비공개 메소드들

메소드 설명
CreateElement ( string text ) : FrameworkElement
OptimizeSize ( UIElement panel, int maxWidth ) : int
VisualChanged ( ) : void

Called when the visual changed.

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

The visual changed.

메소드 상세

CreateTextMaterial() 공개 정적인 메소드

Creates the text material.
public static CreateTextMaterial ( IEnumerable items, FrameworkElement>.Func createElement, System.Windows.Media.Brush background, FrameworkElement>.Dictionary &elementMap, Rect>.Dictionary &elementPositions ) : System.Windows.Media.Media3D.Material
items IEnumerable The items.
createElement FrameworkElement>.Func The create element.
background System.Windows.Media.Brush The background.
elementMap FrameworkElement>.Dictionary The element map.
elementPositions Rect>.Dictionary The element positions.
리턴 System.Windows.Media.Media3D.Material

프로퍼티 상세

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

HeightProperty 공개적으로 정적으로 프로퍼티

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
리턴 System.Windows.DependencyProperty

IsDoubleSidedProperty 공개적으로 정적으로 프로퍼티

Identifies the IsDoubleSided dependency property.
public static DependencyProperty,System.Windows IsDoubleSidedProperty
리턴 System.Windows.DependencyProperty

IsFlippedProperty 공개적으로 정적으로 프로퍼티

Identifies the IsFlipped dependency property.
public static DependencyProperty,System.Windows IsFlippedProperty
리턴 System.Windows.DependencyProperty

ItemsProperty 공개적으로 정적으로 프로퍼티

Identifies the Items dependency property.
public static DependencyProperty,System.Windows ItemsProperty
리턴 System.Windows.DependencyProperty

PaddingProperty 공개적으로 정적으로 프로퍼티

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