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 |