←Select platform

Angle Property

Summary

Gets the rotation angle for a normalized AnnRectangleObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Angle { get; } 
Public ReadOnly Property Angle As Double 
public double Angle {get;} 
@property (nonatomic,readonly) double angle; 
public double getAngle() 
 get_Angle();  
public:  
   property double Angle 
   { 
      double get() 
   } 

Property Value

The rotation angle for the AnnRectangleObject in degrees.

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.Annotations.Core Assembly