Share via


NormalViewProperties.HorizontalBarState Property

State of the Horizontal Splitter Bar.Represents the attribte in schema: horzBarState

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

Syntax

'Declaration
<SchemaAttrAttribute(, "horzBarState")> _
Public Property HorizontalBarState As EnumValue(Of SplitterBarStateValues)
    Get
    Set
'Usage
Dim instance As NormalViewProperties
Dim value As EnumValue(Of SplitterBarStateValues)

value = instance.HorizontalBarState

instance.HorizontalBarState = value
[SchemaAttrAttribute(, "horzBarState")]
public EnumValue<SplitterBarStateValues> HorizontalBarState { get; set; }

Property Value

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

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the state that the horizontal splitter bar should be in when in normal view mode. The region to be maximized or minimized is the side content region.

The possible values for this attribute are defined by the ST_SplitterBarState simple type.

See Also

Reference

NormalViewProperties Class

NormalViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace