menu

WinForms

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

    Show / Hide Table of Contents

    Struct EFontVariant

    Represents the value of FontVariant attribute of SVG DOM.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public struct EFontVariant

    Properties

    Normal

    Gets the normal.

    Declaration
    public static EFontVariant Normal { get; }
    Property Value
    Type Description
    EFontVariant

    The normal.

    SmallCaps

    Gets the small caps.

    Declaration
    public static EFontVariant SmallCaps { get; }
    Property Value
    Type Description
    EFontVariant

    The small caps.

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