Class VisualType
Contains values to the VisualType enumeration that determines the type of the switch settings at None ,Custom,Cupertino, Material,Fluent and Default.
Inheritance
System.Object
VisualType
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public sealed class VisualType : Enum
Fields
Cupertino
The Cupertino Visual Type.
Declaration
public const VisualType Cupertino
Field Value
Type |
---|
VisualType |
Custom
The Custom Visual Type.
Declaration
public const VisualType Custom
Field Value
Type |
---|
VisualType |
Default
The Default Visual Type.
Declaration
public const VisualType Default
Field Value
Type |
---|
VisualType |
Fluent
The Fluent Visual Type.
Declaration
public const VisualType Fluent
Field Value
Type |
---|
VisualType |
Material
The Material Visual Type.
Declaration
public const VisualType Material
Field Value
Type |
---|
VisualType |