Udostępnij za pośrednictwem


ControlTemplate Konstruktory

Definicja

Przeciążenia

ControlTemplate()

Tylko do użytku wewnętrznego.

ControlTemplate(Func<Object>)
ControlTemplate(Type)

Tworzy nowy szablon kontrolki dla określonego typu kontrolki.

ControlTemplate()

Tylko do użytku wewnętrznego.

public:
 ControlTemplate();
public ControlTemplate ();
Public Sub New ()

Dotyczy

ControlTemplate(Func<Object>)

public:
 ControlTemplate(Func<System::Object ^> ^ createTemplate);
public ControlTemplate (Func<object> createTemplate);
new Microsoft.Maui.Controls.ControlTemplate : Func<obj> -> Microsoft.Maui.Controls.ControlTemplate
Public Sub New (createTemplate As Func(Of Object))

Parametry

createTemplate
Func<Object>

Dotyczy

ControlTemplate(Type)

Tworzy nowy szablon kontrolki dla określonego typu kontrolki.

public:
 ControlTemplate(Type ^ type);
public ControlTemplate (Type type);
new Microsoft.Maui.Controls.ControlTemplate : Type -> Microsoft.Maui.Controls.ControlTemplate
Public Sub New (type As Type)

Parametry

type
Type

Typ kontrolki, dla której ma zostać utworzony szablon.

Dotyczy