menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SizeMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SizeMode

    Defines a constant that specifies the current size of the IRibbonItem.

    Inheritance
    System.Object
    SizeMode
    Namespace: Syncfusion.UI.Xaml.Ribbon
    Assembly: Syncfusion.Ribbon.WinUI.dll
    Syntax
    public sealed class SizeMode : Enum

    Fields

    Large

    Displays an image along with the text in Vertical arrangement.

    Declaration
    public const SizeMode Large
    Field Value
    Type
    SizeMode

    Normal

    Displays an image along with the text in Horizontal arrangement.

    Declaration
    public const SizeMode Normal
    Field Value
    Type
    SizeMode

    Small

    Displays only the image.

    Declaration
    public const SizeMode Small
    Field Value
    Type
    SizeMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved