Gets or sets a value that indicates whether the inside (acute) or outside (obtuse) angle of the protractor should be marked.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property Acute As Boolean |
C# | |
---|
virtual bool Acute {get; set;} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
true to mark the inside (acute) angle; otherwise, false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also