Class NavigationDropDownStyleInfo
Represents the class to define the style for NavigationView control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationDropDownStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
NavigationDropDownStyleInfo()
Initializes a new instance of the NavigationDropDownStyleInfo class.
Declaration
public NavigationDropDownStyleInfo()
NavigationDropDownStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the NavigationDropDownStyleInfo class.
Declaration
public NavigationDropDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | The identity. |
NavigationDropDownStyleInfo(StyleInfoSubObjectIdentity, NavigationDropDownStyleInfoStore)
Initializes a new instance of the NavigationDropDownStyleInfo class.
Declaration
public NavigationDropDownStyleInfo(StyleInfoSubObjectIdentity identity, NavigationDropDownStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | The identity. |
NavigationDropDownStyleInfoStore | store | A NavigationDropDownStyleInfoStore that holds data for this NavigationDropDownStyleInfo. All changes in this style object will be saved in the NavigationDropDownStyleInfoStore object. |
NavigationDropDownStyleInfo(NavigationDropDownStyleInfo)
Initializes a new instance of the NavigationDropDownStyleInfo class.
Declaration
public NavigationDropDownStyleInfo(NavigationDropDownStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
NavigationDropDownStyleInfo | style | The style object that contains the original data. |
NavigationDropDownStyleInfo(NavigationDropDownStyleInfoStore)
Initializes a new instance of the NavigationDropDownStyleInfo class.
Declaration
public NavigationDropDownStyleInfo(NavigationDropDownStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
NavigationDropDownStyleInfoStore | store | A NavigationDropDownStyleInfoStore that holds data for this NavigationDropDownStyleInfo. All changes in this style object will be saved in the NavigationDropDownStyleInfoStore object. |
Properties
ButtonHoverBackColor
Gets or sets the background color of drop-down button in the hover state in NavigationView.
Declaration
[ThemeStudio]
public Color ButtonHoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default DropDownStyle value.
Declaration
public static NavigationDropDownStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
NavigationDropDownStyleInfo |
DisabledDropDownIcon
Gets or sets the icon value of drop-down button in the disabled state in NavigationView.
Declaration
[ThemeStudio(true)]
public Image DisabledDropDownIcon { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
DropDownHoverIcon
Gets or sets the icon value of drop-down button in the hover state in NavigationView.
Declaration
[ThemeStudio(true)]
public Image DropDownHoverIcon { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
DropDownIcon
Gets or sets the icon value of drop-down button in NavigationView.
Declaration
[ThemeStudio(true)]
public Image DropDownIcon { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
PressedButtonBackColor
Gets or sets the background color of drop-down button in the pressed state in NavigationView.
Declaration
[ThemeStudio]
public Color PressedButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedDropDownIcon
Gets or sets the icon value of drop-down button in the pressed state in NavigationView.
Declaration
[ThemeStudio(true)]
public Image PressedDropDownIcon { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Methods
GetDefaultStyle()
Gets the default style value of the NavigationDropDownStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |