←Select platform

CanUngroup Property

Summary

Gets a value indicating whether this AnnAutomation is in a state where objects can be ungrouped.

Syntax

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

Property Value

true if this AnnAutomation is in a state where objects can be ungrouped; false otherwise.

Remarks

The AnnAutomation is in a state where objects can be ungrouped if the object currently being edited is a AnnGroupObject.

Call the Ungroup method to ungroup the AnnGroupObject objects currently being edited.

For information about grouping and ungrouping, refer to Grouping and Ungrouping WPF Annotation Objects.

Example

For C#/VB examples, refer to CanGroup.

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