LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowTickMarks Property (AnnGroupObject)

Show in webframe





Gets or sets a value indicating whether the tick marks for this AnnGroupObject object are visible.
Syntax
public virtual bool ShowTickMarks {get; set;}
'Declaration
 
Public Overridable Property ShowTickMarks As Boolean
'Usage
 
Dim instance As AnnGroupObject
Dim value As Boolean
 
instance.ShowTickMarks = value
 
value = instance.ShowTickMarks

            

            
public:
virtual property bool ShowTickMarks {
   bool get();
   void set (    bool value);
}

Property Value

true if the tick marks for this AnnGroupObject object are visible; false otherwise.
Remarks

When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the ShowTickMarks property value for the first object in the group that implements the IAnnRulerObject interface. For more information refer to ShowTickMarks.

When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the ShowTickMarks property value for each object that implements the IAnnRulerObject interface. For more information refer to ShowTickMarks.

Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.