Gets or sets whether a shape is protected against selecting and modifying.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Protected { get; set; }
Visual Basic
Public Property Protected As Boolean
	Get
	Set
Visual C++
public:
property bool Protected {
	bool get ();
	void set (bool value);
}

See Also