Class SizeMode
Gets or sets the size form.
Inheritance
System.Object
    SizeMode
  Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
public sealed class SizeMode : Enum
  Fields
ExtraSmall
Text is only rendered in ExtraSmall variants.
Declaration
public const SizeMode ExtraSmall
  Field Value
| Type | 
|---|
| SizeMode | 
Large
Text is only rendered in Large variants.
Declaration
public const SizeMode Large
  Field Value
| Type | 
|---|
| SizeMode | 
Small
Text is only rendered in Small variants.
Declaration
public const SizeMode Small
  Field Value
| Type | 
|---|
| SizeMode |