Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Acute Property (AnnProtractorObject)






Gets or sets a value that indicates whether to mark the inside (acute) or outside (obtuse) angle for this AnnProtractorObject object.
Syntax
public virtual bool Acute {get; set;}
'Declaration
 
Public Overridable Property Acute As Boolean
'Usage
 
Dim instance As AnnProtractorObject
Dim value As Boolean
 
instance.Acute = value
 
value = instance.Acute

            

            
public:
virtual property bool Acute {
   bool get();
   void set (    bool value);
}

Property Value

true if the inside (acute) angle is to be marked; otherwise, false.
Remarks
For more information, refer to Using Protractors in Annotation Objects.
Example
For an example, refer to AnnProtractorObject.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)