Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanUngroup Property |
public virtual bool CanUngroup {get;}
'Declaration Public Overridable ReadOnly Property CanUngroup As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanUngroup
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.
For C#/VB examples, refer to CanGroup.