Class NavigationBarStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationBarStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
NavigationBarStyleInfoStore()
Initializes a new instance of the NavigationBarStyleInfoStore class.
Declaration
public NavigationBarStyleInfoStore()
NavigationBarStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the NavigationBarStyleInfoStore class.
Declaration
protected NavigationBarStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
BackwardHoverIconProperty
Provides information about the BackwardHoverIcon property.
Declaration
public static readonly StyleInfoProperty BackwardHoverIconProperty
Field Value
Type |
---|
StyleInfoProperty |
BackwardIconProperty
Provides information about the BackwardIcon property.
Declaration
public static readonly StyleInfoProperty BackwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonHoverBackColorProperty
Provides information about the ButtonHoverBackColor property.
Declaration
public static readonly StyleInfoProperty ButtonHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackwardIconProperty
Provides information about the DisabledBackwardIcon property.
Declaration
public static readonly StyleInfoProperty DisabledBackwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledDropDownIconProperty
Provides information about the DisabledDropDownIcon property.
Declaration
public static readonly StyleInfoProperty DisabledDropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForwardIconProperty
Provides information about the DisabledForwardIcon property.
Declaration
public static readonly StyleInfoProperty DisabledForwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledItemForeColorProperty
Provides information about the DisabledItemForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledRightNavigationIconProperty
Provides information about the DisabledRightNavigationIcon property.
Declaration
public static readonly StyleInfoProperty DisabledRightNavigationIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledUpButtonForeColorProperty
Provides information about the DisabledUpButtonForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledUpButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DownNavigationIconProperty
Provides information about the DownNavigationIcon property.
Declaration
public static readonly StyleInfoProperty DownNavigationIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownHoverIconProperty
Provides information about the DropDownHoverIcon property.
Declaration
public static readonly StyleInfoProperty DropDownHoverIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownIconProperty
Provides information about the DropDownIcon property.
Declaration
public static readonly StyleInfoProperty DropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
ForwardHoverIconProperty
Provides information about the ForwardHoverIcon property.
Declaration
public static readonly StyleInfoProperty ForwardHoverIconProperty
Field Value
Type |
---|
StyleInfoProperty |
ForwardIconProperty
Provides information about the ForwardIcon property.
Declaration
public static readonly StyleInfoProperty ForwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemForeColorProperty
Provides information about the ItemForeColor property.
Declaration
public static readonly StyleInfoProperty ItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemHoverBackColorProperty
Provides information about the ItemHoverBackColor property.
Declaration
public static readonly StyleInfoProperty ItemHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemHoverForeColorProperty
Provides information about the ItemHoverForeColor property.
Declaration
public static readonly StyleInfoProperty ItemHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackwardIconProperty
Provides information about the PressedBackwardIcon property.
Declaration
public static readonly StyleInfoProperty PressedBackwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedButtonBackColorProperty
Provides information about the PressedButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedDropDownIconProperty
Provides information about the PressedDropDownIcon property.
Declaration
public static readonly StyleInfoProperty PressedDropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForwardIconProperty
Provides information about the PressedForwardIcon property.
Declaration
public static readonly StyleInfoProperty PressedForwardIconProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemBackColorProperty
Provides information about the PressedItemBackColor property.
Declaration
public static readonly StyleInfoProperty PressedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemForeColorProperty
Provides information about the PressedItemForeColor property.
Declaration
public static readonly StyleInfoProperty PressedItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedUpButtonBackColorProperty
Provides information about the PressedUpButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedUpButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedUpButtonForeColorProperty
Provides information about the PressedUpButtonForeColor property.
Declaration
public static readonly StyleInfoProperty PressedUpButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
RightNavigationHoverIconProperty
Provides information about the RightNavigationHoverIcon property.
Declaration
public static readonly StyleInfoProperty RightNavigationHoverIconProperty
Field Value
Type |
---|
StyleInfoProperty |
RightNavigationIconProperty
Provides information about the RightNavigationIcon property.
Declaration
public static readonly StyleInfoProperty RightNavigationIconProperty
Field Value
Type |
---|
StyleInfoProperty |
UpButtonBackColorProperty
Provides information about the UpButtonBackColor property.
Declaration
public static readonly StyleInfoProperty UpButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpButtonForeColorProperty
Provides information about the UpButtonForeColor property.
Declaration
public static readonly StyleInfoProperty UpButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpButtonHoverBackColorProperty
Provides information about the UpButtonHoverBackColor property.
Declaration
public static readonly StyleInfoProperty UpButtonHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpButtonHoverForeColorProperty
Provides information about the UpButtonHoverForeColor property.
Declaration
public static readonly StyleInfoProperty UpButtonHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |