Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 865 Bytes

compositionpropertyset_trygetcolor_28839859.md

File metadata and controls

29 lines (20 loc) · 865 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionPropertySet.TryGetColor(System.String,Windows.UI.Color@)
winrt method

Microsoft.UI.Composition.CompositionPropertySet.TryGetColor

-description

Retrieves the specified Color property value.

-parameters

-param propertyName

The name of the property to retrieve.

-param value

If the operation is successful, this parameter will contain the specified Color property value when the method returns.

-returns

Returns a CompositionGetValueStatus value indicating the outcome of retrieving the key-value pair.

-remarks

-examples

-see-also