Class LabelPosition
Defines the label position of component.
Inheritance
System.Object
LabelPosition
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelPosition : Enum
Fields
After
To position label after the component.
Declaration
public const LabelPosition After
Field Value
Type |
---|
LabelPosition |
Before
To position label before the component.
Declaration
public const LabelPosition Before
Field Value
Type |
---|
LabelPosition |