←Select platform

Expanded Property

Summary
Gets or sets a value indicating whether this AnnTextRollupObject is expanded.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Expanded { get; set; } 
@property (nonatomic, assign) BOOL expanded; 
public boolean getExpanded() 
public void setExpanded(boolean expanded) 
public:  
   property bool Expanded 
   { 
      bool get() 
      void set(bool value) 
   } 
Expanded # get and set (AnnTextRollupObject) 

Property Value

true if this AnnTextRollupObject is expanded; otherwise, it is false

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.