Interface IStyleRuleOptions
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the style rule options.
public interface IStyleRuleOptions
Properties
Bold
Gets the bold formatting option.
bool? Bold { get; }
Property Value
- bool?
ContentDisplayMode
Gets the content display mode.
StyleRuleContentDisplayMode? ContentDisplayMode { get; }
Property Value
DarkBackgroundColor
Gets the dark background color.
string? DarkBackgroundColor { get; }
Property Value
DarkForegroundColor
Gets the dark foreground color.
string? DarkForegroundColor { get; }
Property Value
ExecutionOrder
Gets the execution order.
int ExecutionOrder { get; }
Property Value
HorizontalAlign
Gets the horizontal alignment.
ContentAlign? HorizontalAlign { get; }
Property Value
IconName
Gets the icon name.
string? IconName { get; }
Property Value
Italic
Gets the italic formatting option.
bool? Italic { get; }
Property Value
- bool?
LightBackgroundColor
Gets the light background color.
string? LightBackgroundColor { get; }
Property Value
LightForegroundColor
Gets the light foreground color.
string? LightForegroundColor { get; }
Property Value
PropertyName
Gets the property name.
string? PropertyName { get; }
Property Value
Strikethrough
Gets the strikethrough formatting option.
bool? Strikethrough { get; }
Property Value
- bool?
Underline
Gets the underline formatting option.
bool? Underline { get; }
Property Value
- bool?