View.IsStyleEnabled Method
Checks if a certain style is enabled for the view or not.
Thread safety: This property is not thread-safe.
IsStyleEnabled(System.String style)
Checks if a certain style is enabled for the view or not.Syntax
public System.Boolean IsStyleEnabled (
System.String style
)
Parameters
style
Type: System.String
The name of the style to check.
The name of the style to check.
Return Value
Type: System.Boolean
True if style is enabled, false otherwise.
True if style is enabled, false otherwise.
Remarks
See EnableStyle for more information about named styles.
Platforms
Windows, Linux, Android