menu

WinForms

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

    Show / Hide Table of Contents

    Class FontStyleWrapper

    Inheritance
    System.Object
    FontStyleWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class FontStyleWrapper

    Constructors

    FontStyleWrapper()

    Declaration
    public FontStyleWrapper()

    Properties

    Family

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

    InheritContainerMeasureUnits

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

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Name

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

    Size

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

    Style

    Declaration
    public FontStyle Style { get; set; }
    Property Value
    Type
    System.Drawing.FontStyle

    Unit

    Declaration
    public MeasureUnits Unit { get; set; }
    Property Value
    Type
    MeasureUnits

    Methods

    DeserializeFontStyle(FontStyle)

    Declaration
    public void DeserializeFontStyle(FontStyle style)
    Parameters
    Type Name Description
    FontStyle style

    SerializeFontStyle(FontStyle)

    Declaration
    public void SerializeFontStyle(FontStyle style)
    Parameters
    Type Name Description
    FontStyle style
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved