Class BinaryRibbonToggleButtonControl
A custom toggle button control providing ehnaced user experience to emulate the ones seen in MS Office Ribbon application.
Implements
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public class BinaryRibbonToggleButtonControl : ToggleButton, IBinaryRibbonContentElementBoundsConfigurable, IBinaryRibbonContentElement, IBinaryRibbonComponent, IBinaryRibbonKeyTipControl
Constructors
BinaryRibbonToggleButtonControl()
Declaration
public BinaryRibbonToggleButtonControl()
Properties
BinaryRibbonTag
Gets or sets a generic tag.
Declaration
public object BinaryRibbonTag { get; set; }
CornerRadius
Gets or sets the corner radius.
Declaration
public CornerRadius CornerRadius { get; set; }
IsFlat
Gets or sets a value indicating whether this instance has flat appearance.
Declaration
public bool IsFlat { get; set; }
LargeImage
Gets or sets the large image.
Declaration
public ImageSource LargeImage { get; set; }
SmallImage
Gets or sets the small image.
Declaration
public ImageSource SmallImage { get; set; }
Explicit Interface Implementations
IBinaryRibbonContentElement.get_Content()
Declaration
object IBinaryRibbonContentElement.get_Content()
Returns
Type | Description |
---|---|
Object |
IBinaryRibbonContentElement.set_Content(Object)
Declaration
void IBinaryRibbonContentElement.set_Content(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value |
IBinaryRibbonKeyTipControl.PerformKeyTipExecute()
Performs custom logic for the method PerformKeyTipExecute().
Declaration
void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()