Struct ControlFormatsSettings.FormatStringData
String representation of format data.
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.Edit.Dialogs
Assembly: Syncfusion.Edit.Windows.dll
Syntax
protected struct FormatStringData
Fields
BackgroundColor
Background color, string representation.
Declaration
public string BackgroundColor
Field Value
Type |
---|
System.String |
BackgroundStyle
Background style, string representation of HatchStyle enum value or Solid.
Declaration
public string BackgroundStyle
Field Value
Type |
---|
System.String |
BorderColor
Border color, string representation.
Declaration
public string BorderColor
Field Value
Type |
---|
System.String |
FontColor
Font color, string representation.
Declaration
public string FontColor
Field Value
Type |
---|
System.String |
FontName
Font name.
Declaration
public string FontName
Field Value
Type |
---|
System.String |
FontSize
Font size.
Declaration
public float FontSize
Field Value
Type |
---|
System.Single |
FontSyle
Font style, string representation of SimpleFontStyle enum value.
Declaration
public string FontSyle
Field Value
Type |
---|
System.String |
StrikeOutColor
Text strike out color, string representation.
Declaration
public string StrikeOutColor
Field Value
Type |
---|
System.String |
UnderlineColor
Underline color, string representation.
Declaration
public string UnderlineColor
Field Value
Type |
---|
System.String |
UnderlineStyle
Underline style, string representation of UnderlineStyle enum value.
Declaration
public string UnderlineStyle
Field Value
Type |
---|
System.String |
UnderlineWeight
Underline weight, string representation of UnderlineWeight enum value.
Declaration
public string UnderlineWeight
Field Value
Type |
---|
System.String |