Class SizeMode
Specifies the size Mode in which controls should be displayed.
Inheritance
System.Object
SizeMode
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public sealed class SizeMode : Enum
Fields
Default
Default size mode will be applied for controls.
Declaration
public const SizeMode Default
Field Value
Type |
---|
SizeMode |
Touch
Touch interactive size mode will be applied for control. In this mode, more space is added around the inner elements, to make them easier to tap.
Declaration
public const SizeMode Touch
Field Value
Type |
---|
SizeMode |