Interface IBinaryRibbonElementBoundsConfigurable
The interface that all controls will implement if they allow their corner radius to be configured.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public interface IBinaryRibbonElementBoundsConfigurable
Properties
CornerRadius
Gets or sets the corner radius.
Declaration
CornerRadius CornerRadius { get; set; }