Class XamlStyle

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public sealed class XamlStyle : object, IStyle
Inheritance
XamlStyle

Constructors

View Source

XamlStyle(Type)

Declaration
C#
Copy
public XamlStyle(Type targetType)
Parameters
Type Name Description
Type targetType

Properties

View Source

ApplyToDerivedTypes

Declaration
C#
Copy
public bool ApplyToDerivedTypes { get; set; }
Property Value
Type Description
Boolean
View Source

BasedOn

Declaration
C#
Copy
public XamlStyle BasedOn { get; set; }
Property Value
Type Description
XamlStyle
View Source

BaseResourceKey

Declaration
C#
Copy
public string BaseResourceKey { get; set; }
Property Value
Type Description
String
View Source

CanCascade

Declaration
C#
Copy
public bool CanCascade { get; set; }
Property Value
Type Description
Boolean
View Source

Class

Declaration
C#
Copy
public string Class { get; set; }
Property Value
Type Description
String
View Source

Setters

Declaration
C#
Copy
public IList<Setter> Setters { get; }
Property Value
Type Description
IList<Setter>
View Source

TargetType

Declaration
C#
Copy
public Type TargetType { get; }
Property Value
Type Description
Type
View Source

Triggers

Declaration
C#
Copy
public IList<TriggerBase> Triggers { get; }
Property Value
Type Description
IList<TriggerBase>

Extension Methods