Visual Basic (Declaration) | |
---|---|
Public Overridable Property UseRotateControlPoints As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual bool UseRotateControlPoints {get; set;} |
XAML Attributes Usage | |
---|---|
<object UseRotateControlPoints=bool .../> |
XAML Attributes Usage | |
---|---|
<object UseRotateControlPoints=bool .../> |
Return Value
true if using rotate control points for AnnObjectBase rotation; false otherwise.For C#/VB examples, refer to AnnEditDesigner.UseRotateControlPoints.
For more control over rotating an AnnObjectBase or a AnnGroupObject in design mode with an AnnEditDesigner,
set this property to true.
This allows the user to precisely control the rotate center,
as well as the rotate angle, by moving the
rotate control points.
For more information, refer to WPF Annotation Rotation Options.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family