'Declaration Public Overrides Sub SetFont( _
ByVal nameThe font name.As System.String, _
ByVal sizeThe font size.As Double, _
ByVal isBoldA value indicating whether font is bold.As Boolean, _
ByVal isItalicA value indicating whether font is italic.As Boolean, _
ByVal isUnderlineA value indicating whether font is underlined.As Boolean, _
ByVal isStrikeoutA value indicating whether font is strikeout.As Boolean _
)
public override void SetFont(
System.String name,
double size,
bool isBold,
bool isItalic,
bool isUnderline,
bool isStrikeout
)
Parameters
- name
- The font name.
- size
- The font size.
- isBold
- A value indicating whether font is bold.
- isItalic
- A value indicating whether font is italic.
- isUnderline
- A value indicating whether font is underlined.
- isStrikeout
- A value indicating whether font is strikeout.