ContentPart.BlackWhiteMode Property
bwMode.Represents the attribte in schema: bwMode
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "bwMode")> _
Public Property BlackWhiteMode As EnumValue(Of BlackWhiteModeValues)
Get
Set
'Uso
Dim instance As ContentPart
Dim value As EnumValue(Of BlackWhiteModeValues)
value = instance.BlackWhiteMode
instance.BlackWhiteMode = value
[SchemaAttrAttribute(, "bwMode")]
public EnumValue<BlackWhiteModeValues> BlackWhiteMode { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BlackWhiteModeValues>
See Also
Reference
DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing Namespace