TemplatePartAttribute.Type Property

Definition

Gets or sets the type of the named part this attribute is identifying.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

Property Value

The type of the named part this attribute is identifying.

Remarks

XAML Text Usage

You cannot use this property in XAML.

Applies to