WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportFontInfo

    Show / Hide Table of Contents

    Class ExportFontInfo

    Represents the FontInfo in exporting.

    Inheritance
    System.Object
    ExportFontInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid.Converter
    Assembly: Syncfusion.SfGridConverter.WPF.dll
    Syntax
    public class ExportFontInfo

    Constructors

    ExportFontInfo()

    Declaration
    public ExportFontInfo()

    Properties

    Bold

    Gets or sets a value that indicates whether Bold should be applied.

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

    The default value is false.

    FontName

    Gets or sets a value that specifies the FontName.

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

    The default value is Calibri.

    Italic

    Gets or sets a value that indicates whether Italic should be applied.

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

    The default value is false.

    Size

    Gets or sets a value that specifies the Font Size.

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

    The default value is 11.

    Underline

    Gets or sets a value that specifies the Underline type.

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

    One of the ExcelUnderline enumeration that specifies the Underline type. The default mode is None.

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