[]
Represents C1NavBar button common style.
public class NavBarCommonButtonStyle : NavBarBaseStyle, ICustomTypeDescriptor, IDisposable
| Name | Description |
|---|---|
| Checked | Represents style of checked button. |
| Font | Gets or sets the font used to render text on a stack button. |
| Height | Gets or sets the height of each stack button within the C1NavBar. |
| Highlighted | Represents style of highlighted button. |
| Margins | Gets or sets the margins. |
| MoreButtonImage | Gets or sets the more button image. |
| Normal | Represents style of normal button. |
| Pressed | Represents style of pressed button. |
| Name | Description |
|---|---|
| Dispose() | Releases all unmanaged resources. |
| Dispose(bool) | Called when the class is being disposed. |
| ResetFont() | Restore the Font property to its default value. |
| ResetHeight() | Restore the Height property to its default value. |
| ResetMargins() | Restore the Margins property to its default value. |
| ResetMoreButtonImage() | Restore the MoreButtonImage property to its default value. |
| ShouldSerializeChecked() | Indicates whether the Checked has a default value. |
| ShouldSerializeFont() | Indicates whether the Font has a default value. |
| ShouldSerializeHeight() | Indicates whether the Height has a default value. |
| ShouldSerializeHighlighted() | Indicates whether the Highlighted has a default value. |
| ShouldSerializeMargins() | Indicates whether the Margins has a default value. |
| ShouldSerializeMoreButtonImage() | Indicates whether the MoreButtonImage has a default value. |
| ShouldSerializeNormal() | Indicates whether the Normal has a default value. |
| ShouldSerializePressed() | Indicates whether the Pressed has a default value. |