Class NavigationDrawerVisualStyleInfoIdentity
Implements the a class that provides the identity information of theNavigationDrawerVisualStyle using StyleInfoSubObjectIdentity.
Inheritance
System.Object
NavigationDrawerVisualStyleInfoIdentity
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationDrawerVisualStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable
Constructors
NavigationDrawerVisualStyleInfoIdentity(NavigationDrawer)
Initializes a new instance of the NavigationDrawerVisualStyleInfoIdentity class.
Declaration
public NavigationDrawerVisualStyleInfoIdentity(NavigationDrawer NavigationDrawer)
Parameters
Type | Name | Description |
---|---|---|
NavigationDrawer | NavigationDrawer | NavigationDrawer to create an identity. |
Methods
GetBaseStyles(IStyleInfo)
Loops through all base styles until it finds a style that has a specific property initialized.
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo StyleInfo)
Parameters
Type | Name | Description |
---|---|---|
IStyleInfo | StyleInfo | An instance of IStyleInfo |
Returns
Type | Description |
---|---|
IStyleInfo[] | Returns |
Overrides
OnStyleChanged(StyleInfoBase, StyleInfoProperty)
Occurs when a property in the NavigationDrawerVisualStyle has is changed.
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | style | The |
StyleInfoProperty | sip | A |
Overrides
Implements
System.IDisposable