Class SectionWidgetController
A recyclable widget controller for section widgets.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class SectionWidgetController : RecyclableWidgetController
Properties
Text
Gets or sets the title of the section.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Build(ContentWidget)
Declaration
public override void Build(ContentWidget destination)
Parameters
Type | Name | Description |
---|---|---|
ContentWidget | destination |
Overrides
Recycle()
Declaration
public override void Recycle()