Share via


NonVisualInkContentPartPropertiesType.IsComment Property

isComment.Represents the attribte in schema: isComment

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "isComment")> _
Public Property IsComment As BooleanValue
    Get
    Set
'Usage
Dim instance As NonVisualInkContentPartPropertiesType
Dim value As BooleanValue

value = instance.IsComment

instance.IsComment = value
[SchemaAttrAttribute(, "isComment")]
public BooleanValue IsComment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

NonVisualInkContentPartPropertiesType Class

NonVisualInkContentPartPropertiesType Members

DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing Namespace