Freigeben über


ShapeProperties.BlackWhiteMode-Eigenschaft

Black and White Mode.Represents the attribte in schema: bwMode

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "bwMode")> _
Public Property BlackWhiteMode As EnumValue(Of BlackWhiteModeValues)
    Get
    Set
'Usage
Dim instance As ShapeProperties
Dim value As EnumValue(Of BlackWhiteModeValues)

value = instance.BlackWhiteMode

instance.BlackWhiteMode = value
[SchemaAttrAttribute(, "bwMode")]
public EnumValue<BlackWhiteModeValues> BlackWhiteMode { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<BlackWhiteModeValues>

Siehe auch

Referenz

ShapeProperties Klasse

ShapeProperties-Member

DocumentFormat.OpenXml.Office2010.Word.DrawingShape-Namespace