Class AdvancedTextRenderer.StyleDescriptor
Represents a style used in HtmlTags mode.
Inheritance
System.Object
AdvancedTextRenderer.StyleDescriptor
Inherited Members
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: FastReport.Utils
Assembly: FastReport.OpenSource.dll
Syntax
public class StyleDescriptor
Constructors
StyleDescriptor(FontStyle, Color, AdvancedTextRenderer.BaseLine)
Declaration
public StyleDescriptor(FontStyle fontStyle, Color color, AdvancedTextRenderer.BaseLine baseLine)
Parameters
| Type | Name | Description |
|---|---|---|
| FontStyle | fontStyle | |
| Color | color | |
| AdvancedTextRenderer.BaseLine | baseLine |
Properties
BaseLine
Declaration
public AdvancedTextRenderer.BaseLine BaseLine { get; set; }
Property Value
| Type | Description |
|---|---|
| AdvancedTextRenderer.BaseLine |
Color
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Font
Declaration
public string Font { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| FontStyle |
Size
Declaration
public float Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()