 | ShapeDefaultsLock Property |
Shape Protections.
Represents the following element tag in the schema: o:lock.
Namespace: DocumentFormat.OpenXml.Vml.OfficeAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic Lock? Lock { get; set; }
Public Property Lock As Lock
Get
Set
public:
property Lock^ Lock {
Lock^ get ();
void set (Lock^ value);
}
member Lock : Lock with get, set
Property Value
Lock
See Also