Class LayoutMode
Specifies the various LayoutMode values that can be set for the Ribbon. When set to Simplified the Ribbon items will be arranged in a single line allowing more screen space.
Inheritance
System.Object
LayoutMode
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class LayoutMode : Enum
Fields
Normal
When Normal is set, the Ribbon items will be arranged in the standard layout.
Declaration
public const LayoutMode Normal
Field Value
Type |
---|
LayoutMode |
Simplified
When Simplified is set, the Ribbon items will be arranged in a single line allowing more screen space.
Declaration
public const LayoutMode Simplified
Field Value
Type |
---|
LayoutMode |