Gets a value that determines how to transform this AnnPolyRulerObject when any object transformation method is called.
public override AnnTransformMode TransformMode { get; }
Public Overrides ReadOnly Property TransformMode As Leadtools.Windows.Annotations.AnnTransformMode
public:
property Leadtools.Windows.Annotations.AnnTransformMode TransformMode {
Leadtools.Windows.Annotations.AnnTransformMode get() override;
}
An AnnTransformMode value that specifies how to transform this AnnPolyRulerObject when any object transformation method is called.
AnnPolyRulerObject overrides this property to return AnnTransformMode.PointsAndRotate. This and the GetTransformPoints and SetTransformPoints methods ensure that the ruler object physically transforms all the points that belong to this AnnPolyRulerObject. This ensures correct values for the poly ruler length at all times. For more information, refer to Using Rulers in WPF Annotation Objects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET