←Select platform

IsExpanded Property

Summary

Gets a or sets a value indicating whether this AnnTextRollupObject is expanded. This is a dependency property.

Syntax

C#
VB
C++
public bool IsExpanded { get; set; } 
  
Public Property IsExpanded As Boolean 
public: 
property bool IsExpanded { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly