Freigeben über


Box.BoxStyle-Eigenschaft

boxStyle.Represents the attribte in schema: boxStyle

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "boxStyle")> _
Public Property BoxStyle As EnumValue(Of BoxStyleValues)
    Get
    Set
'Usage
Dim instance As Box
Dim value As EnumValue(Of BoxStyleValues)

value = instance.BoxStyle

instance.BoxStyle = value
[SchemaAttrAttribute(, "boxStyle")]
public EnumValue<BoxStyleValues> BoxStyle { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<BoxStyleValues>

Siehe auch

Referenz

Box Klasse

Box-Member

DocumentFormat.OpenXml.Office2010.CustomUI-Namespace