Visual Basic (Declaration) | |
---|---|
Public Property IsExpanded As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsExpanded {get; set;} |
XAML Attributes Usage | |
---|---|
<object IsExpanded=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object IsExpanded=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
true if this AnnTextRollupObject is expanded; false otherwise.For XAML example, refer to AnnTextRollupObject.
For C#/VB examples, refer to AnnTextRollupObject.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family