←Select platform

IsTemporary Property

Summary

Gets or sets a value that indicates whether this AnnGroupObject object is a temporary group. This is a dependency property.

Syntax

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

Property Value

true if this AnnGroupObject object is a temporary group; false otherwise.

Remarks

The automation mode makes extensive use of temporary group objects when multiple objects are selected but not grouped permanently. This property is intended for use by the annotation framework and should not be called directly by the user. For more information about grouping and ungrouping, refer to Grouping and Ungrouping WPF Annotation Objects.

Example

For XAML example, refer to AnnGroupObject.

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