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