XamlType.UnderlyingType Property

Definition

Gets the CLR Type that underlies this XamlType.

public:
 property Type ^ UnderlyingType { Type ^ get(); };
public Type UnderlyingType { get; }
member this.UnderlyingType : Type
Public ReadOnly Property UnderlyingType As Type

Property Value

The CLR Type that underlies this XamlType.

Applies to