Interface IBinaryRibbonComponentCanRenderInReducedSizeState
An interface that requires its implementations to support a title text when in reduced size mode.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public interface IBinaryRibbonComponentCanRenderInReducedSizeState
Properties
TitleText
Declaration
string TitleText { get; set; }