struct
|
StyleClass
|
implements
|
IEquatable<StyleClass>
|
public
static
readonly
field
|
None
|
||
type
|
StyleClass
|
public
readonly
field
|
Name
|
||
type
|
string
|
public
readonly
field
|
Variant
|
||
type
|
string
|
Creates a new instance of StyleClass.
public
constructor
|
StyleClass
(string name)
|
||
params
|
name
|
[not-empty]
|
The style class name. |
Creates a new instance of StyleClass.
public
constructor
|
StyleClass
(string name,
string variant)
|
||
params
|
name
|
[not-empty]
|
The style class name. |
variant
|
[not-empty]
|
The style class variant name. |
public
method
|
Equals
(StyleClass other)
|
||
type
|
bool
|
||
params
|
other
|
Returns a qualified name for the given style property.
public
method
|
NameFor
(IStyleProperty property)
|
||
type
|
string
|
||
params
|
property
|
[not-null]
|
The style property. |
returns
|
|
The qualified name. |
public
method
|
SuperClass
(out StyleClass superClass)
|
||
type
|
bool
|
||
params
|
superClass
|
public
override
method
|
ToString
()
|
||
type
|
string
|