ContentPartNonVisualType.NonVisualInkContentPartProperties Property
NonVisualInkContentPartProperties.Represents the element tag in schema: cdr14:cNvContentPartPr
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property NonVisualInkContentPartProperties As NonVisualInkContentPartProperties
Get
Set
'使用
Dim instance As ContentPartNonVisualType
Dim value As NonVisualInkContentPartProperties
value = instance.NonVisualInkContentPartProperties
instance.NonVisualInkContentPartProperties = value
public NonVisualInkContentPartProperties NonVisualInkContentPartProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties
See Also
Reference
ContentPartNonVisualType Class
ContentPartNonVisualType Members
DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing Namespace