Struct CustomStyleProperty<T>
Syntax
public struct CustomStyleProperty<T> : IEquatable<CustomStyleProperty<T>>
Type Parameters
Constructors
CustomStyleProperty(String)
Creates custom property from a string.
Declaration
public CustomStyleProperty(string propertyName)
Parameters
Type |
Name |
Description |
String |
propertyName |
Name of the property. Must start with a -- prefix.
|
Properties
name
Name of the custom property.
Declaration
public string name { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(CustomStyleProperty<T>)
Declaration
public bool Equals(CustomStyleProperty<T> other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Operators
Equality(CustomStyleProperty<T>, CustomStyleProperty<T>)
Declaration
public static bool operator ==(CustomStyleProperty<T> a, CustomStyleProperty<T> b)
Parameters
Returns
Inequality(CustomStyleProperty<T>, CustomStyleProperty<T>)
Declaration
public static bool operator !=(CustomStyleProperty<T> a, CustomStyleProperty<T> b)
Parameters
Returns