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

Represents a visual element containing a manipulator that can rotate around an axis.
Наследование: Manipulator
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AxisProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
InnerDiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PivotProperty System.Windows.DependencyProperty

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

Метод Описание
RotateManipulator ( ) : System

Initializes a new instance of the RotateManipulator class.

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

Метод Описание
OnGeometryChanged ( ) : void

The on geometry changed.

OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

The on mouse down.

OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

The on mouse move.

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

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

The on geometry changed.
protected OnGeometryChanged ( ) : void
Результат void

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

The on mouse down.
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs /// The event arguments. ///
Результат void

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

The on mouse move.
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs /// The event arguments. ///
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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