Visual Basic (Declaration) | |
---|---|
Public Property RotateGripper As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point RotateGripper {get; set;} |
XAML Attributes Usage | |
---|---|
<object RotateGripper=xGripper, yGripper .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.RotateGripper> <Point X=xGripper Y=xGripper/> </object.RotateGripper> </object> |
XAML Attributes Usage | |
---|---|
<object RotateGripper=xGripper, yGripper .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.RotateGripper> <Point X=xGripper Y=xGripper/> </object.RotateGripper> </object> |
Return Value
The location of the rotate gripper control point.For C#/VB examples, refer to GripperDistance.
When an AnnObjectBase is selected with an AnnEditDesigner,
two rotate control points appear:
Rotate center control point Rotate gripper control point
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family