Поделиться через


IXamlDirect.GetCornerRadiusProperty(Object, XamlPropertyIndex) Метод

Определение

Возвращает значение свойства CornerRadius для определенного объекта IXamlDirect.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App SDK пространства имен).

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

Параметры

xamlDirectObject
Object

Platform::Object

IInspectable

Ссылка на конкретный IXamlDirect.

propertyIndex
XamlPropertyIndex

Ссылка на свойство CornerRadius , для которого возвращается значение из списка поддерживаемых свойств в перечислении XamlPropertyIndex .

Возвращаемое значение

Значение CornerRadius указанного свойства.

Применяется к

См. также раздел