Class SwitchFrame
Frame with switch.
Inheritance
SwitchFrame
Implements
Inherited Members
Namespace: EduCATS.Controls.SwitchFrame
Assembly: EduCATS.dll
Syntax
public class SwitchFrame : Frame, INotifyPropertyChanged, IDynamicResourceHandler, INameScope, INavigationProxy, IAnimatable, ITabStopElement, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, ILayout, ILayoutController, IElementConfiguration<Frame>, IPaddingElement, IBorderElement
Constructors
SwitchFrame(string, string)
Constructor.
Declaration
public SwitchFrame(string title, string description)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title. |
string | description | Description. |
Properties
Switch
Frame's switch control.
Declaration
public Switch Switch { get; }
Property Value
Type | Description |
---|---|
Switch |