'Declaration Public Function New( _ ByVal foreColor As System.Drawing.Color, _ ByVal font As System.Drawing.Font, _ ByVal backgroundColor As System.Drawing.Color, _ ByVal arrowColor As System.Drawing.Color _ )
public TopicPageCaptionStyle( System.Drawing.Color foreColor, System.Drawing.Font font, System.Drawing.Color backgroundColor, System.Drawing.Color arrowColor )
Parameters
- foreColor
- The forecolor.
- font
- The font.
- backgroundColor
- The background color.
- arrowColor
- The arrow color.