Click or drag to resize
RichParagraphStyleInstruction Structure
Hold style changes instructions for rich paragraphs.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public struct RichParagraphStyleInstruction

The RichParagraphStyleInstruction type exposes the following members.

Constructors
  NameDescription
Public methodRichParagraphStyleInstruction
Create a rich paragraph style instruction to change font style, color, or other properties.
Top
Properties
  NameDescription
Public propertyFillColor
Will change text fill color.
Public propertyFontStyle
Will change font style.
Public propertyOutlineColor
Will change text outline color.
Public propertyOutlineWidth
Will change outline width.
Public propertyResetStyles
If true, will reset all custom styles before applying this instruction.
Top
Methods
  NameDescription
Public methodStatic memberAddInstruction
Add a style insturctions you could later use in rich paragraphs.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSetStyleInstructionsDenotes
Set the instructions denote to use, ie symbols that tells us the in-between text is a style-change instruction.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also