IXamlDirect.GetCornerRadiusProperty(Object, XamlPropertyIndex) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.