| RichParagraphStyleInstruction Structure |
Namespace: GeonBit.UI.Entities
[SerializableAttribute] public struct RichParagraphStyleInstruction
The RichParagraphStyleInstruction type exposes the following members.
| Name | Description | |
|---|---|---|
| RichParagraphStyleInstruction |
Create a rich paragraph style instruction to change font style, color, or other properties.
|
| Name | Description | |
|---|---|---|
| FillColor |
Will change text fill color.
| |
| FontStyle |
Will change font style.
| |
| OutlineColor |
Will change text outline color.
| |
| OutlineWidth |
Will change outline width.
| |
| ResetStyles |
If true, will reset all custom styles before applying this instruction.
|
| Name | Description | |
|---|---|---|
| AddInstruction |
Add a style insturctions you could later use in rich paragraphs.
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetStyleInstructionsDenotes |
Set the instructions denote to use, ie symbols that tells us the in-between text is a style-change instruction.
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |