Class SfToolbarStatus
Represents the class containing the formatting status applied for the current selection.
Inheritance
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class SfToolbarStatus : Object
Constructors
SfToolbarStatus()
Declaration
public SfToolbarStatus()
Properties
alignments
Gets or Sets a value indicating whether alignment is applied in current selection.
Declaration
public string alignments { get; set; }
Property Value
Type |
---|
System.String |
backgroundcolor
Gets or Sets a value indicating whether background color is applied in current selection.
Declaration
public string backgroundcolor { get; set; }
Property Value
Type |
---|
System.String |
bold
Gets or Sets a value indicating whether bold format is applied in current selection.
Declaration
public bool bold { get; set; }
Property Value
Type |
---|
System.Boolean |
createlink
Gets or Sets a value indicating whether hyperlink is applied in current selection.
Declaration
public bool createlink { get; set; }
Property Value
Type |
---|
System.Boolean |
fontcolor
Gets or Sets a value indicating whether font color is applied in current selection.
Declaration
public string fontcolor { get; set; }
Property Value
Type |
---|
System.String |
fontname
Gets the font name while changing formats.
Declaration
public string fontname { get; }
Property Value
Type |
---|
System.String |
fontsize
Gets or Sets a value indicating whether font size is applied in current selection.
Declaration
public string fontsize { get; set; }
Property Value
Type |
---|
System.String |
formats
Gets or Sets a value indicating whether paragraph format is applied in current selection.
Declaration
public string formats { get; set; }
Property Value
Type |
---|
System.String |
italic
Gets or Sets a value indicating whether italic format is applied in current selection.
Declaration
public bool italic { get; set; }
Property Value
Type |
---|
System.Boolean |
orderedlist
Gets or Sets a value indicating whether oredered list format is applied in current selection.
Declaration
public bool orderedlist { get; set; }
Property Value
Type |
---|
System.Boolean |
strikethrough
Gets a value indicating whether strikethrough format is applied in current selection.
Declaration
public bool strikethrough { get; }
Property Value
Type |
---|
System.Boolean |
subscript
Gets or Sets a value indicating whether subscript format is applied in current selection.
Declaration
public bool subscript { get; set; }
Property Value
Type |
---|
System.Boolean |
superscript
Gets or Sets a value indicating whether superscript format is applied in current selection.
Declaration
public bool superscript { get; set; }
Property Value
Type |
---|
System.Boolean |
underline
Gets or Sets a value indicating whether underline format is applied in current selection.
Declaration
public bool underline { get; set; }
Property Value
Type |
---|
System.Boolean |
unorderedlist
Gets or Sets a value indicating whether un ordered list format is applied in current selection.
Declaration
public bool unorderedlist { get; set; }
Property Value
Type |
---|
System.Boolean |