Class RecordNavigateVisualStyle
Represents the class to define the style for RecordNavigationControl.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class RecordNavigateVisualStyle : SplitterControlVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
RecordNavigateVisualStyle()
Initializes a new instance of the RecordNavigateVisualStyle class.
Declaration
public RecordNavigateVisualStyle()
RecordNavigateVisualStyle(RecordNavigateStyleInfoIdentity)
Initializes a new instance of the RecordNavigateVisualStyle class.
Declaration
public RecordNavigateVisualStyle(RecordNavigateStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
RecordNavigateStyleInfoIdentity | identity | A RecordNavigateStyleInfoIdentity that holds the identity for this RecordNavigateStyleInfoStore. |
RecordNavigateVisualStyle(RecordNavigateStyleInfoIdentity, RecordNavigateStyleInfoStore)
Initializes a new instance of the RecordNavigateVisualStyle class.
Declaration
public RecordNavigateVisualStyle(RecordNavigateStyleInfoIdentity identity, RecordNavigateStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
RecordNavigateStyleInfoIdentity | identity | A RecordNavigateStyleInfoIdentity that holds the identity for this RecordNavigateStyleInfoStore. |
RecordNavigateStyleInfoStore | store | Holds instance of a RecordNavigateStyleInfoStore class |
RecordNavigateVisualStyle(RecordNavigateStyleInfoStore)
Initializes a new instance of the RecordNavigateVisualStyle class.
Declaration
public RecordNavigateVisualStyle(RecordNavigateStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
RecordNavigateStyleInfoStore | store | Holds instance of a RecordNavigateStyleInfoStore class. |
Properties
ArrowButtonStyle
Gets or sets the RecordNavigateButtonStyleInfo for tabs.
Declaration
[ThemeStudio]
public RecordNavigateButtonStyleInfo ArrowButtonStyle { get; set; }
Property Value
Type |
---|
RecordNavigateButtonStyleInfo |
BackColor
Gets or sets the back color of RecordNavigationBar.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the RecordNavigationControl control.
Declaration
public static RecordNavigateVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
RecordNavigateVisualStyle |
Font
Gets or sets the font style of RecordNavigationBar.
Declaration
[ThemeStudio]
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color of RecordNavigationBar.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |