Rule.How Property

Alignment Rule Type.Represents the attribte in schema: how

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

Syntax

'Declaration
<SchemaAttrAttribute(, "how")> _
Public Property How As EnumValue(Of AlignmentValues)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As EnumValue(Of AlignmentValues)

value = instance.How

instance.How = value
[SchemaAttrAttribute(, "how")]
public EnumValue<AlignmentValues> How { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<AlignmentValues>
Returns EnumValue<T>.

See Also

Reference

Rule Class

Rule Members

DocumentFormat.OpenXml.Vml.Office Namespace