StiGetDefaultFontEventArgs Class

Namespace: Stimulsoft.Report.Events

Describes an argument for the event GetDefaultFont.

Inheritance

Inherits from: EventArgs

Constructors

Constructor Description
StiGetDefaultFontEventArgs(string name, float size, FontStyle style, GraphicsUnit unit)  

StiGetDefaultFontEventArgs(name: string, size: float, style: FontStyle, unit: GraphicsUnit)

Parameters

  • name (string)
  • size (float)
  • style (FontStyle)
  • unit (GraphicsUnit)

Properties

Property Type Description
Name string  
Size float  
Style FontStyle  
Unit GraphicsUnit