Condividi tramite


IXamlDirect.SetCornerRadiusProperty Metodo

Definizione

Imposta il valore di una proprietà CornerRadius per un oggetto IXamlDirect specifico.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 void SetCornerRadiusProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value);
void SetCornerRadiusProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, CornerRadius const& value);
public void SetCornerRadiusProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value);
Public Sub SetCornerRadiusProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As CornerRadius)

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'oggetto IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà CornerRadius in cui impostare il valore dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

Riferimento alla proprietà DateTimeOffset su cui impostare il valore dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
CornerRadius

Valore CornerRadius da impostare sulla proprietà specificata.

Si applica a

Vedi anche