Struct DecorativeBlock.VisualState
Visual properties for a DecorativeBlock widget.
Inherited Members
Namespace: SociallyDistant.Core.UI.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public struct DecorativeBlock.VisualState
Fields
CustomColor
An optional custom color.
Declaration
public Color? CustomColor
Field Value
Type | Description |
---|---|
Color? |
IsSolid
Whether the block should be rendered as solid or striped.
Declaration
public bool IsSolid
Field Value
Type | Description |
---|---|
bool |