Freigeben über


GroupShapeProperties.BlackWhiteMode-Eigenschaft

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

Namespace:  DocumentFormat.OpenXml.Office.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "bwMode")> _
Public Property BlackWhiteMode As EnumValue(Of BlackWhiteModeValues)
    Get
    Set
'Usage
Dim instance As GroupShapeProperties
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

GroupShapeProperties Klasse

GroupShapeProperties-Member

DocumentFormat.OpenXml.Office.Drawing-Namespace