Gets a value to determine whether this object implements the
IAnnRulerObject interface.
This is used internally by the annotation framework.
User-defined classes that are derived from the AnnObjectBase class and include a ruler must
implement this property to always return true.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property IsRulerImplemented As Boolean |
C# | |
---|
public virtual bool IsRulerImplemented {get;} |
C++/CLI | |
---|
public:
virtual property bool IsRulerImplemented {
bool get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
This property will always return true for
AnnProtractorObject.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also