TextBox.Style Property

Shape Styling Properties.Represents the attribte in schema: style

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "style")> _
Public Property Style As StringValue
    Get
    Set
'Usage
Dim instance As TextBox
Dim value As StringValue

value = instance.Style

instance.Style = value
[SchemaAttrAttribute(, "style")]
public StringValue Style { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

TextBox Class

TextBox Members

DocumentFormat.OpenXml.Vml Namespace