Table of Contents

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

StyleRuleContentDisplayMode?

DarkBackgroundColor

Gets the dark background color.

string? DarkBackgroundColor { get; }

Property Value

string

DarkForegroundColor

Gets the dark foreground color.

string? DarkForegroundColor { get; }

Property Value

string

ExecutionOrder

Gets the execution order.

int ExecutionOrder { get; }

Property Value

int

HorizontalAlign

Gets the horizontal alignment.

ContentAlign? HorizontalAlign { get; }

Property Value

ContentAlign?

IconName

Gets the icon name.

string? IconName { get; }

Property Value

string

Italic

Gets the italic formatting option.

bool? Italic { get; }

Property Value

bool?

LightBackgroundColor

Gets the light background color.

string? LightBackgroundColor { get; }

Property Value

string

LightForegroundColor

Gets the light foreground color.

string? LightForegroundColor { get; }

Property Value

string

PropertyName

Gets the property name.

string? PropertyName { get; }

Property Value

string

Strikethrough

Gets the strikethrough formatting option.

bool? Strikethrough { get; }

Property Value

bool?

Underline

Gets the underline formatting option.

bool? Underline { get; }

Property Value

bool?