Class StyleManager.StyleChangedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Style changed event arguments.
C#Copypublic class StyleChangedEventArgs : EventArgs
- Inheritance
Properties
View Source
StyleChange
StyleChange - contains the style change information (default font changed or
default font size changed or theme has changed).
Declaration
C#Copypublic StyleChangeType StyleChange { get; set; }
Property Value
Type | Description |
---|---|
StyleChangeType |
API Level: 3
Declaration
C#Copypublic StyleManager StyleManager { get; set; }
Property Value
Type | Description |
---|---|
StyleManager |