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

A visual element that shows a coordinate system with arrows in the X, Y and Z directions.
Наследование: System.Windows.Media.Media3D.ModelVisual3D
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ArrowLengthsProperty System.Windows.DependencyProperty
XAxisColorProperty System.Windows.DependencyProperty
YAxisColorProperty System.Windows.DependencyProperty
ZAxisColorProperty System.Windows.DependencyProperty

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

Метод Описание
CoordinateSystemVisual3D ( ) : System.Windows

Initializes a new instance of the CoordinateSystemVisual3D class.

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

Метод Описание
GeometryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The geometry changed.

OnGeometryChanged ( ) : void

Called when the geometry has changed.

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

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

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

GeometryChanged() защищенный статический Метод

The geometry changed.
protected static GeometryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
Результат void

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

Called when the geometry has changed.
protected OnGeometryChanged ( ) : void
Результат void

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

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

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

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

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

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

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

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

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