Button.BorderRadius Свойство

Определение

Внимание!

BorderRadius is obsolete as of 2.5.0. Please use CornerRadius instead.

Возвращает или задает радиус скругления угла границы. Это свойство может быть привязано.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BorderRadius is obsolete as of 2.5.0. Please use CornerRadius instead.")]
public int BorderRadius { get; set; }
member this.BorderRadius : int with get, set

Значение свойства

System.Int32

Радиус угла границы кнопки; значение по умолчанию — 5.

Атрибуты
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

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