LEADTOOLS Annotations (Leadtools.Annotations assembly)

Expanded Property

Show in webframe





Gets or sets a value indicating whether this AnnTextRollupObject is expanded.
Syntax
public virtual bool Expanded {get; set;}
'Declaration
 
Public Overridable Property Expanded As Boolean
'Usage
 
Dim instance As AnnTextRollupObject
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded

            

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

Property Value

true if this AnnTextRollupObject is expanded; false otherwise.
Remarks

When this AnnTextRollupObject object is expanded, it looks and behaves exactly like a normal AnnNoteObject object.

When this AnnTextRollupObject object is not expanded, it shrinks to show only one line of text.


For more information, refer to Using Text in Annotation Object.
Example
For an example, refer to AnnTextRollupObject.
Requirements

Target Platforms

See Also

Reference

AnnTextRollupObject Class
AnnTextRollupObject Members

 

 


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