LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsExpanded Property

Show in webframe





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

            

            
public:
property bool IsExpanded {
   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 WPF Annotation Objects.
Example

For XAML example, refer to AnnTextRollupObject.

For C#/VB examples, 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.