Gets or sets a value indicating whether the XGroup is isolated.
Syntax
public bool Isolated {get; set;}
public: __property bool get_Isolated();
public: __property void set_Isolated(
bool value
);
public:
property bool Isolated {
bool get();
void set ( bool value);
}
'Declaration
Public Property Isolated As Boolean
'Usage
Dim instance As ImGearPDEXGroup
Dim value As Boolean
instance.Isolated = value
value = instance.Isolated
Property Value
Boolean value.
See Also