RichParagraph Properties |
The RichParagraph type exposes the following members.
Name | Description | |
---|---|---|
AddHyphenWhenBreakWord |
If true and a long word is broken due to word wrap, will add hyphen at the breaking point.
(Inherited from Paragraph.) | |
AlignToCenter |
Should we align text to center - this is just a sugarcoat to access the default force-align-to-center style property.
(Inherited from Paragraph.) | |
Anchor |
Set / get anchor.
(Inherited from Entity.) | |
Background |
Optional background entity that will not respond to events and will always be rendered right behind this entity.
(Inherited from Entity.) | |
BreakWordsIfMust |
If WrapWords is true and there's a word that's too long (eg longer than max width), will break the word in the middle.
If false, word wrap will only break lines in between words (eg spaces) and never break words.
(Inherited from Paragraph.) | |
Children |
Get / set children list.
(Inherited from Entity.) | |
Draggable |
Is the entity draggable (eg can a user grab it and drag it around).
(Inherited from Entity.) | |
EnableStyleInstructions |
If true, will enable style-changing instructions.
| |
EntityDefaultSize |
Return the default size for this entity.
(Inherited from Entity.) | |
FillColor |
Entity fill color - this is just a sugarcoat to access the default fill color style property.
(Inherited from Entity.) | |
InternalDestRect |
Get internal destination rect.
(Inherited from Entity.) | |
IsFocused | Does this entity or one of its children currently focused? (Inherited from Entity.) | |
IsMouseDown |
Return if the mouse is currently pressing on this entity (eg over it and left mouse button is down).
(Inherited from Entity.) | |
IsMouseOver |
Return if the mouse is currently over this entity (regardless of whether or not mouse button is down).
(Inherited from Entity.) | |
MaxCharactersInLine |
Get how many characters can fit in a single line.
(Inherited from Paragraph.) | |
MaxSize |
If defined, will limit the maximum size of this entity when calculating size.
This is especially useful for entities with size that depends on their parent entity size, for example
if you define an entity to take 20% of its parent space but can't be more than 200 pixels width.
(Inherited from Entity.) | |
MinSize |
If defined, will limit the minimum size of this entity when calculating size.
This is especially useful for entities with size that depends on their parent entity size, for example
if you define an entity to take 20% of its parent space but can't be less than 200 pixels width.
(Inherited from Entity.) | |
Offset |
Set / get offset.
(Inherited from Entity.) | |
Opacity |
Entity fill color opacity - this is just a sugarcoat to access the default fill color alpha style property.
(Inherited from Entity.) | |
OutlineColor |
Entity outline color - this is just a sugarcoat to access the default outline color style property.
(Inherited from Entity.) | |
OutlineOpacity |
Entity outline color opacity - this is just a sugarcoat to access the default outline color alpha style property.
(Inherited from Entity.) | |
OutlineWidth |
Entity outline width - this is just a sugarcoat to access the default outline color style property.
(Inherited from Entity.) | |
Padding |
Entity padding - this is just a sugarcoat to access the default padding style property.
(Inherited from Entity.) | |
Parent |
Get the direct parent of this entity.
(Inherited from Entity.) | |
RawStyleSheet |
Get / set raw stylesheet.
(Inherited from Entity.) | |
Scale |
Entity scale - this is just a sugarcoat to access the default scale style property.
(Inherited from Entity.) | |
ShadowColor |
Entity shadow color - this is just a sugarcoat to access the default shadow color style property.
(Inherited from Entity.) | |
ShadowOffset |
Entity shadow offset - this is just a sugarcoat to access the default shadow offset style property.
(Inherited from Entity.) | |
ShadowScale |
Entity shadow scale - this is just a sugarcoat to access the default shadow scale style property.
(Inherited from Entity.) | |
Size |
Entity current size property.
(Inherited from Entity.) | |
SpaceAfter |
Extra space (in pixels) to reserve *after* this entity when using Auto Anchors.
(Inherited from Entity.) | |
SpaceBefore |
Extra space (in pixels) to reserve *before* this entity when using Auto Anchors.
(Inherited from Entity.) | |
State |
Current entity state (default / mouse hover / mouse down..).
(Inherited from Entity.) | |
Text | Get / Set the paragraph text. (Overrides ParagraphText.) | |
TextStyle |
Current font style - this is just a sugarcoat to access the default font style property.
(Inherited from Paragraph.) | |
Visible |
Set / get visibility.
(Inherited from Entity.) | |
WrapWords |
Get / Set word wrap mode.
If true, and text exceeded destination width, the paragraph will wrap words by adding line breaks where needed.
(Inherited from Paragraph.) |