Class Anchor
Specifies the strip line text position.
Inheritance
System.Object
Anchor
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class Anchor : Enum
Fields
End
Strip line text is at the end.
Declaration
public const Anchor End
Field Value
| Type |
|---|
| Anchor |
Middle
Strip line text is in the middle.
Declaration
public const Anchor Middle
Field Value
| Type |
|---|
| Anchor |
Start
Strip line text is at the start.
Declaration
public const Anchor Start
Field Value
| Type |
|---|
| Anchor |