Gets or sets the
Thumb object used for the rotate center control point for all
AnnEditDesigner derived classes.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RotateCenterControlPoint As Thumb |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationManager
Dim value As Thumb
instance.RotateCenterControlPoint = value
value = instance.RotateCenterControlPoint
|
C# | |
---|
public Thumb RotateCenterControlPoint {get; set;} |
XAML Syntax | |
---|
For XAML information, see the System.Windows.Controls.Primitives.Thumb type. |
XAML Syntax | |
---|
For XAML information, see the System.Windows.Controls.Primitives.Thumb type. |
Return Value
The
Thumb object used for the rotate center control point for all
AnnEditDesigner derived classes.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also