Visual Basic (Declaration) | |
---|---|
ReadOnly Property IsProtractorImplemented As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnProtractor Dim value As Boolean value = instance.IsProtractorImplemented |
C# | |
---|---|
bool IsProtractorImplemented {get;} |
Property Value
true if the annotation object's class implements this interface, false otherwise.(Read only) This is used internally by the annotation framework. User-defined classes that are derived from the AnnObject class and include a protractor should implement this property to always return true.
For more information, refer to Using Protractors in WPF Annotation Objects.
For more information, refer to Using Protractors in WPF Annotation Objects.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)