Accusoft.NotateXpress13.Net
Yoked Property




Gets and sets whether the elements in the group are yoked.
Syntax
'Declaration
 
Public Property Yoked As Boolean
'Usage
 
Dim instance As Group
Dim value As Boolean
 
instance.Yoked = value
 
value = instance.Yoked
public bool Yoked {get; set;}
public: __property bool get_Yoked();
public: __property void set_Yoked( 
   bool value
);
public:
property bool Yoked {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the elements in the group are tied together. Otherwise, false is returned.
Remarks

The default value is false.

This property identifies whether the elements in the group are tied together. When group elements are yoked, they can be selected and manipulated (moved, sized), as a group. When a group is yoked, selecting an element within a group automatically selects all other elements

See Also

Reference

Group Class
Group Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback