Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

RestrictLength Property (IAnnRulerObject)






Gets or sets a value indicating whether the length text of this object is restricted to appear fully within the bounding rectangle of the container.
Syntax
bool RestrictLength {get; set;}
property bool RestrictLength {
   bool get();
   void set (    bool value);
}
'Declaration
 
Property RestrictLength As Boolean
 
'Usage
 
Dim instance As IAnnRulerObject
Dim value As Boolean
 
instance.RestrictLength = value
 
value = instance.RestrictLength

Property Value

true to restrict the length text to appear fully within the bounding rectangle of the container. Otherwise, false. Default value is false.
Remarks

To show the length of a ruler, use ShowLength.

Requirements

Target Platforms

See Also

Reference

IAnnRulerObject Interface
IAnnRulerObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)