menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Font - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Font

    Inheritance
    System.Object
    Font
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class Font : Object

    Constructors

    Font(String, Single)

    Declaration
    public Font(string fontFamilyName, float fontSize)
    Parameters
    Type Name Description
    System.String fontFamilyName
    System.Single fontSize

    Properties

    Bold

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

    FontFamilyName

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

    Italic

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

    SizeInPoints

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

    Strikeout

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

    Underline

    Declaration
    public bool Underline { get; }
    Property Value
    Type
    System.Boolean

    UnderlineStyle

    Declaration
    public UnderlineStyle UnderlineStyle { get; set; }
    Property Value
    Type
    UnderlineStyle

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved