NormalViewProperties.VerticalBarState Property
State of the Vertical Splitter Bar.Represents the attribte in schema: vertBarState
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "vertBarState")> _
Public Property VerticalBarState As EnumValue(Of SplitterBarStateValues)
Get
Set
'Usage
Dim instance As NormalViewProperties
Dim value As EnumValue(Of SplitterBarStateValues)
value = instance.VerticalBarState
instance.VerticalBarState = value
[SchemaAttrAttribute(, "vertBarState")]
public EnumValue<SplitterBarStateValues> VerticalBarState { 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 vertical splitter bar should be in when in normal view mode. The region to be maximized or minimized is the slide region.
The possible values for this attribute are defined by the ST_SplitterBarState simple type.