Class SplitButtonIconPosition
Defines the icon position for the Split Button and DropDown Button components.
Inheritance
System.Object
SplitButtonIconPosition
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SplitButtonIconPosition : Enum
Remarks
This enumeration is used to specify where the icon should be placed relative to the button's text content.
Fields
Left
Positions the icon to the left of the button's content.
Declaration
public const SplitButtonIconPosition Left
Field Value
Type |
---|
SplitButtonIconPosition |
Remarks
When set to Left
, the icon appears before the text. This is the default position.
Top
Positions the icon above the button's content.
Declaration
public const SplitButtonIconPosition Top
Field Value
Type |
---|
SplitButtonIconPosition |
Remarks
When set to Top
, the icon is displayed vertically on top of the text.