menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeShapeFont - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeShapeFont

    Represents the office shape font attributes of the text.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeShapeFont

    Properties

    Bold

    Gets or sets a value that indicates whether the text is bold or not.

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

    true if bold; otherwise, false.

    CapsType

    Gets or sets the caps type.

    Declaration
    OfficeShapeTextCapsType CapsType { get; set; }
    Property Value
    Type
    OfficeShapeTextCapsType

    Color

    Gets or sets the foreground color of the text.

    Declaration
    Color Color { get; set; }
    Property Value
    Type Description
    Color

    The color of the foreground.

    FontName

    Gets or sets the name of the font.

    Declaration
    string FontName { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the size of the font.

    Declaration
    float FontSize { get; set; }
    Property Value
    Type
    System.Single

    HighlightColor

    Gets or sets the highlight color of the text.

    Declaration
    Color HighlightColor { get; set; }
    Property Value
    Type
    Color

    Italic

    Gets or sets a boolean value that indicates whether the text is italic or not.

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

    true if italic; otherwise, false.

    LanguageID

    Gets or sets the language identifier (locale) of the text.

    Declaration
    short LanguageID { get; set; }
    Property Value
    Type Description
    System.Int16

    The locale ID LocaleIDs.

    StrikeType

    Gets or sets the strike-through type.

    Declaration
    OfficeShapeTextStrikethroughType StrikeType { get; set; }
    Property Value
    Type
    OfficeShapeTextStrikethroughType

    Subscript

    Gets or sets a boolean value that indicates whether the text is subscript or not.

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

    true if subscript; otherwise, false.

    Superscript

    Gets or sets a boolean value that indicates whether the text is superscript or not.

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

    true if superscript; otherwise, false.

    Underline

    Gets or sets the underline type.

    Declaration
    OfficeShapeTextUnderlineType Underline { get; set; }
    Property Value
    Type
    OfficeShapeTextUnderlineType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved