Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 666 Bytes

icustomproperty_type.md

File metadata and controls

24 lines (15 loc) · 666 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Data.ICustomProperty.Type
winrt property

Windows.UI.Xaml.Data.ICustomProperty.Type

-description

Gets the underlying type of the custom property.

-property-value

The underlying type, with relevant information as the values of the TypeName structure. TypeName provides the infrastructure such that property backing does not have to resemble common language runtime (CLR) and System.Type definitions.

-remarks

-examples

-see-also