←Select platform

Expanded Property

Summary

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

Syntax

C#
VB
C++
public virtual bool Expanded { get; set; } 
  
Public Overridable Property Expanded As Boolean 
public: 
virtual property bool Expanded { 
   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 Annotation Object. (Deprecated)

Example

For an example, 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.Annotations Assembly