alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved