[]
        
(Showing Draft Content)

C1.Win.Themes.StyledPropertyCollection.TryGetProperty

TryGetProperty Method

TryGetProperty(out object, string)

Tries to get value of the specified styled property.

Declaration
public bool TryGetProperty(out object value, string name = "")
Parameters
Type Name Description
object value

Property value.

string name

Styled property name.

Returns
Type Description
bool

True if success.