Interface IBinaryRibbonContentElement
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 IBinaryRibbonContentElement : IBinaryRibbonComponent
Properties
Content
Gets or sets the content.
Declaration
object Content { get; set; }
LargeImage
Gets or sets the large image.
Declaration
ImageSource LargeImage { get; set; }
SmallImage
Gets or sets the small image.
Declaration
ImageSource SmallImage { get; set; }