Interface IBinaryRibbonContentElementBoundsConfigurable
The interface that all controls will implement if they want to be a BinaryRibbon host-able control, and those that are
Inherited Members
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public interface IBinaryRibbonContentElementBoundsConfigurable : IBinaryRibbonContentElement, IBinaryRibbonComponent
Properties
CornerRadius
Gets or sets the corner radius.
Declaration
CornerRadius CornerRadius { get; set; }