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


XamlDirect.GetCornerRadiusProperty Метод

Определение

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

public:
 virtual CornerRadius GetCornerRadiusProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetCornerRadiusProperty;
CornerRadius GetCornerRadiusProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public CornerRadius GetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getCornerRadiusProperty(xamlDirectObject, propertyIndex)
Public Function GetCornerRadiusProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As CornerRadius

Параметры

xamlDirectObject
IXamlDirectObject

Ссылка на конкретный объект IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

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

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

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

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