Interface ICollapsable
Represents interface for collapsible Ribbon controls.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface ICollapsable : IRibbonControl, IDisposable
Properties
LargeIcon
Gets control's large icon.
Declaration
ImageSource LargeIcon { get; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |
SizeForm
Gets or sets the size form.
Declaration
SizeForm SizeForm { get; set; }
Property Value
Type | Description |
---|---|
SizeForm | The size form. |