LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

IsExpanded Property






Gets a or sets a value indicating whether this AnnTextRollupObject is expanded. This is a dependency property. .NET support
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 bool IsExpanded {get; set;}
 get_IsExpanded();
set_IsExpanded(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnTextRollupObject Class
AnnTextRollupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.