Class GettingStartedSampleView
GettingStartedSampleView.
Inheritance
System.Object
GettingStartedSampleView
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class GettingStartedSampleView : SampleView
Constructors
GettingStartedSampleView()
GettingStartedSampleView's constructor
Declaration
public GettingStartedSampleView()
Fields
FrameWidthProperty
Declaration
public static readonly BindableProperty FrameWidthProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
GettingStartedContentProperty
Declaration
public static readonly BindableProperty GettingStartedContentProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Properties
FrameWidth
Declaration
public double FrameWidth { get; set; }
Property Value
GettingStartedContent
Declaration
public View GettingStartedContent { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.View |