IXamlDirect.GetCornerRadiusProperty(Object, XamlPropertyIndex) Metodo

Definizione

Ottiene 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:
 CornerRadius GetCornerRadiusProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
CornerRadius GetCornerRadiusProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public CornerRadius GetCornerRadiusProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetCornerRadiusProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As CornerRadius

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'oggetto IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

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

Restituisce

Valore CornerRadius della proprietà specificata.

Si applica a

Vedi anche