#NavigationButtonOptions

##Properties

Datatype Property name Property description Default Value
Nullable Align Alignment for the buttons. Default: right null
Nullable Enabled Whether to enable buttons. Default: true null
Nullable Height Pixel height of the buttons. Default: 20 null
Nullable SymbolFill Fill color for the symbol within the button. Default: #E0E0E0 null
Nullable SymbolSize The pixel size of the symbol on the button. Default: 14 null
Nullable SymbolStroke The color of the symbol's stroke or line. Default: #666 null
Nullable SymbolStrokeWidth The pixel stroke width of the symbol on the button. Default: 1 null
Nullable SymbolX The x position of the center of the symbol inside the button. Default: 12.5 null
Nullable SymbolY The y position of the center of the symbol inside the button. Default: 10.5 null
String Text A text string to add to the individual button. Default: null null
Object Theme A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects. null
Nullable VerticalAlign The vertical alignment of the buttons. Can be one of 'top', 'middle' or 'bottom'. Default: top null
Nullable Width The pixel width of the button. Default: 24 null
Nullable Y The vertical offset of the button's position relative to its verticalAlign. . Default: 0 null

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.