Class StyleManager.StyleChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Style changed event arguments.
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use ThemeManager instead.")]
public class StyleManager.StyleChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args StyleManager. Style Changed Event Args
Properties
View Source
StyleChange
StyleChange - contains the style change information (default font changed or
default font size changed or theme has changed).
Declaration
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use ThemeManager instead.")]
public StyleChangeType StyleChange { get; set; }
Property Value
Type | Description |
---|---|
Style |
Declaration
C#
Copy
[Obsolete("Deprecated in API9, will be removed in API11. Use ThemeManager instead.")]
public StyleManager StyleManager { get; set; }
Property Value
Type | Description |
---|---|
Style |