Share via


Box.BoxStyle Property

boxStyle.Represents the attribte in schema: boxStyle

Namespace:  DocumentFormat.OpenXml.Office.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; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<BoxStyleValues>

See Also

Reference

Box Class

Box Members

DocumentFormat.OpenXml.Office.CustomUI Namespace