Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CharacterFormatProperties - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CharacterFormatProperties

    Defines the character format properties of document editor

    Inheritance
    System.Object
    CharacterFormatProperties
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CharacterFormatProperties : Object

    Constructors

    CharacterFormatProperties()

    Declaration
    public CharacterFormatProperties()

    Properties

    BaselineAlignment

    Defines the subscript or superscript property

    Declaration
    public BaselineAlignment BaselineAlignment { get; set; }
    Property Value
    Type Description
    BaselineAlignment

    Bidi

    Defines the bidirectional property

    Declaration
    public bool Bidi { get; set; }
    Property Value
    Type Description
    System.Boolean

    Bold

    Defines the bold formatting

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    System.Boolean

    FontColor

    Defines the font color

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Defines the font family

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontSize

    Defines the font size

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    HighlightColor

    Defines the highlight color

    Declaration
    public HighlightColor HighlightColor { get; set; }
    Property Value
    Type Description
    HighlightColor

    Italic

    Defines the italic formatting

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    System.Boolean

    Strikethrough

    Defines the strikethrough

    Declaration
    public Strikethrough Strikethrough { get; set; }
    Property Value
    Type Description
    Strikethrough

    Underline

    Defines the underline property

    Declaration
    public Underline Underline { get; set; }
    Property Value
    Type Description
    Underline

    Methods

    Equals(CharacterFormatProperties)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(CharacterFormatProperties characterFormatProperties)
    Parameters
    Type Name Description
    CharacterFormatProperties characterFormatProperties

    An CharacterFormatProperties to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved