Class SectionTitle
A Widget representing a section title within a page or form.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling.SettingsWidgets
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class SectionTitle : Widget, IFontFamilyProvider, IInspectable
Constructors
SectionTitle()
Creates a new instance of the SectionTitle widget.
Declaration
public SectionTitle()
Properties
Text
Gets or sets the title text of the section.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |