Class LabelContentSettings
Properties for label content.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LabelContentSettings : ContentSettings
Constructors
LabelContentSettings()
Declaration
public LabelContentSettings()
Properties
LabelID
Gets or sets the ID of the label item. This is used to identify the label item in the editor.
Declaration
[JsonPropertyName("labelId")]
public string LabelID { get; set; }
Property Value
| Type |
|---|
| string |