←Select platform

IsFixedStateStackEmpty Property

Summary

true if the fixed stack is empty; false otherwise.

Syntax

C#
VB
C++
public bool IsFixedStateStackEmpty { get; } 
  
Public ReadOnly Property IsFixedStateStackEmpty As Boolean 
public: 
property bool IsFixedStateStackEmpty { 
   bool get(); 
} 

Property Value

true if the fixed stack is empty; false otherwise.

Remarks

Returns a value that indicates whether the fixed state has been temporarily disabled for an AnnObject. Fixed annotations are independent of the Transform. The result is that they do not scroll or move with the underlying image. For more information, refer to PushFixedState.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations Assembly