Shapetype.Horizontal Property

Horizontal Rule Toggle.Represents the attribte in schema: o:hr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hr")> _
Public Property Horizontal As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Shapetype
Dim value As TrueFalseValue

value = instance.Horizontal

instance.Horizontal = value
[SchemaAttrAttribute(, "hr")]
public TrueFalseValue Horizontal { get; set; }

Property Value

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

See Also

Reference

Shapetype Class

Shapetype Members

DocumentFormat.OpenXml.Vml Namespace