←Select platform

RotateCenterControlPoint Property

Summary

Gets or sets the System.Windows.Controls.Primitives.Thumb object used for the rotate center control point for all AnnEditDesigner derived classes.

Syntax

C#
VB
C++
public Thumb RotateCenterControlPoint { get; set; } 
  
Public Property RotateCenterControlPoint As Thumb 
public: 
property Thumb^ RotateCenterControlPoint { 
   Thumb^ get(); 
   void set (    Thumb^ ); 
} 

Property Value

The System.Windows.Controls.Primitives.Thumb object used for the rotate center control point for all AnnEditDesigner derived classes.

Remarks

When the automation framework uses reflection to create any of the AnnAutomationObject.EditDesignerType, it will use this value in the created AnnEditDesigner.AnnEditDesigner.ControlPoints collection.

For more information, refer to WPF Annotation Rotation Options.

Example

For C#/VB examples, refer to RotateLinePen.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly