WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICollapsable

    Show / Hide Table of Contents

    Interface ICollapsable

    Represents interface for collapsible Ribbon controls.

    Inherited Members
    IRibbonControl.Label
    IRibbonControl.SmallIcon
    IRibbonControl.ToolTip
    System.IDisposable.Dispose()
    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 Description
    System.Windows.Media.ImageSource

    SizeForm

    Gets or sets the size form.

    Declaration
    SizeForm SizeForm { get; set; }
    Property Value
    Type Description
    SizeForm

    The size form.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved