Click or drag to resize
RichParagraphStyleInstruction Constructor
Create a rich paragraph style instruction to change font style, color, or other properties.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RichParagraphStyleInstruction(
	Nullable<Color> fillColor = null,
	Nullable<FontStyle> fontStyle = null,
	Nullable<int> outlineWidth = null,
	Nullable<Color> outlineColor = null,
	bool resetStyles = false
)

Parameters

fillColor (Optional)
Type: SystemNullableColor
Set fill color.
fontStyle (Optional)
Type: SystemNullableFontStyle
Set font style.
outlineWidth (Optional)
Type: SystemNullableInt32
Set outline width.
outlineColor (Optional)
Type: SystemNullableColor
Set outline color.
resetStyles (Optional)
Type: SystemBoolean
If true will reset all style properties to defaults.
See Also