ICustomStyle.TryGetValue
public bool TryGetValue(CustomStyleProperty<float> property,
out float value);
public bool TryGetValue(CustomStyleProperty<int> property,
out int value);
public bool TryGetValue(CustomStyleProperty<bool> property,
out bool value);
public bool TryGetValue(CustomStyleProperty<string> property,
out string value);
Returns
bool True if the property is found, false if not.
Description 描述
Gets the value associated with the specified CustomStyleProperty.