SimpleShapeBaseLocking
GroupingProtection Property
|
Indicates whether an adding this shape to a group Disallow.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool GroupingProtection { get; set; }
Public Property GroupingProtection As Boolean
Get
Set
public:
property bool GroupingProtection {
bool get ();
void set (bool value);
}
member GroupingProtection : bool with get, set
Property Value
Type:
Boolean
See Also