WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct ControlFormatsSettings.FormatStringData - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct ControlFormatsSettings.FormatStringData

    String representation of format data.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    protected struct FormatStringData

    Fields

    BackgroundColor

    Background color, string representation.

    Declaration
    public string BackgroundColor
    Field Value
    Type Description
    System.String

    BackgroundStyle

    Background style, string representation of HatchStyle enum value or Solid.

    Declaration
    public string BackgroundStyle
    Field Value
    Type Description
    System.String

    BorderColor

    Border color, string representation.

    Declaration
    public string BorderColor
    Field Value
    Type Description
    System.String

    FontColor

    Font color, string representation.

    Declaration
    public string FontColor
    Field Value
    Type Description
    System.String

    FontName

    Font name.

    Declaration
    public string FontName
    Field Value
    Type Description
    System.String

    FontSize

    Font size.

    Declaration
    public float FontSize
    Field Value
    Type Description
    System.Single

    FontSyle

    Font style, string representation of SimpleFontStyle enum value.

    Declaration
    public string FontSyle
    Field Value
    Type Description
    System.String

    StrikeOutColor

    Text strike out color, string representation.

    Declaration
    public string StrikeOutColor
    Field Value
    Type Description
    System.String

    UnderlineColor

    Underline color, string representation.

    Declaration
    public string UnderlineColor
    Field Value
    Type Description
    System.String

    UnderlineStyle

    Underline style, string representation of UnderlineStyle enum value.

    Declaration
    public string UnderlineStyle
    Field Value
    Type Description
    System.String

    UnderlineWeight

    Underline weight, string representation of UnderlineWeight enum value.

    Declaration
    public string UnderlineWeight
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved