Class NavigateArrowStyleInfo
Represents the class to define the style for navigate buttons.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class NavigateArrowStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
NavigateArrowStyleInfo()
It contains the value of the NavigateArrowStyleInfo property.
Declaration
public NavigateArrowStyleInfo()
NavigateArrowStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the NavigateArrowStyleInfo class.
Declaration
public NavigateArrowStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this NavigateArrowStyleInfoStore. |
NavigateArrowStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the NavigateArrowStyleInfo class.
Declaration
public NavigateArrowStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SplitterBarStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
ArrowForeColor
Gets or sets the fore color of the arrow in normal state.
Declaration
[ThemeStudio]
public Color ArrowForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of NavigateArrowStyleInfo instance.
Declaration
public static NavigateArrowStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
NavigateArrowStyleInfo |
DisabledArrowForeColor
Gets or sets the fore color of the arrow in disabled state.
Declaration
[ThemeStudio]
public Color DisabledArrowForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverArrowForeColor
Gets or sets the fore color of the arrow in hover state.
Declaration
[ThemeStudio]
public Color HoverArrowForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedArrowForeColor
Gets or sets the fore color of the arrow in pushed state.
Declaration
[ThemeStudio]
public Color PressedArrowForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the NavigateArrowStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |