Struct FormField.LayoutProperties
Theme properties for a FormField widget.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling.SettingsWidgets
Assembly: SociallyDistant.Framework.dll
Syntax
public struct FormField.LayoutProperties
Constructors
LayoutProperties()
Theme properties for a FormField widget.
Declaration
public LayoutProperties()
Fields
ContentPadding
Space between the edge of the form field and its contents.
Declaration
public Padding ContentPadding
Field Value
Type | Description |
---|---|
Padding |
Spacing
Spacing between the field's text and the actual content widget.
Declaration
public int Spacing
Field Value
Type | Description |
---|---|
int |