Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property IsRulerImplemented As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCrossProductObject Dim value As Boolean value = instance.IsRulerImplemented |
C# | |
---|---|
public virtual bool IsRulerImplemented {get;} |
Property Value
This property will always be true for an AnnCrossProductObject object.(Read only) This is used internally by the annotation framework. User-defined classes that are derived from the AnnObject class and include a ruler should implement this property to always return true.
For more information, refer to Using Rulers in WPF Annotation Objects.
For more information, refer to Using Rulers 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)