public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<float>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<float> target);
public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<int>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<int> target);
public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<bool>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<bool> target);
public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<Color>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<Color> target);
public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<T>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<T> target);
public method ApplyCustomProperty(propertyName:
string,
ref target: StyleValue<string>):
void;
public void ApplyCustomProperty(string propertyName,
ref StyleValue<string> target);