Class StyleManager
Inheritance
System.Object
StyleManager
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class StyleManager : Object
Constructors
StyleManager()
Declaration
public StyleManager()
Fields
InheritedStyleClassProperty
Declaration
public static BindableProperty InheritedStyleClassProperty
Field Value
Xamarin.Forms.BindableProperty
|
Methods
GetInheritedStyleClass(BindableObject)
Declaration
public static IList<string> GetInheritedStyleClass(BindableObject bindable)
Parameters
Xamarin.Forms.BindableObject
bindable
|
Returns
System.Collections.Generic.IList<System.String>
|
SetInheritedStyleClass(BindableObject, IList<String>)
Declaration
public static void SetInheritedStyleClass(BindableObject bindable, IList<string> value)
Parameters
Xamarin.Forms.BindableObject
bindable
|
System.Collections.Generic.IList<System.String>
value
|