 | ShapeNonVisualShapeProperties Property |
Non-Visual Properties for a Shape.
Represents the following element tag in the schema: p:nvSpPr.
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic NonVisualShapeProperties NonVisualShapeProperties { get; set; }Public Property NonVisualShapeProperties As NonVisualShapeProperties
Get
Set
public:
property NonVisualShapeProperties^ NonVisualShapeProperties {
NonVisualShapeProperties^ get ();
void set (NonVisualShapeProperties^ value);
}member NonVisualShapeProperties : NonVisualShapeProperties with get, set
Property Value
NonVisualShapeProperties
See Also