The Acute Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicates whether to mark the inside (acute) or outside (obtuse) angle for this AnnProtractorObject object.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Acute As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnProtractorObject Dim value As Boolean instance.Acute = value value = instance.Acute | |
| C# | |
|---|---|
public virtual bool Acute {get; set;} | |
Property Value
true if the inside (acute) angle is to be marked; otherwise, false.For an example, refer to AnnProtractorObject.
For more information, refer to Using Protractors in Annotation Objects.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code