The UseRotateControlPoints Property supports WPF/Silverlight.
The UseRotateControlPoints Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the use of rotate control points of this AnnAutomationObject. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Overridable Property UseRotateControlPoints As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationObject Dim value As Boolean instance.UseRotateControlPoints = value value = instance.UseRotateControlPoints |
C# | |
---|---|
public virtual bool UseRotateControlPoints {get; set;} |
C++/CLI | |
---|---|
public: virtual property bool UseRotateControlPoints { bool get(); void set ( bool value); } |
Property Value
true if using rotate control points for AnnObject rotation; false otherwise.For C#/VB examples, refer to AnnEditDesigner.UseRotateControlPoints.
For more control over rotating an AnnObject 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)