Class ControlModel
Inheritance
System.Object
ControlModel
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class ControlModel : Object
Constructors
ControlModel()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Image
Declaration
public string Image { get; set; }
Property Value
IsPreview
Declaration
public bool IsPreview { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SampleCategories
Declaration
public ObservableCollection<SampleCategoryModel> SampleCategories { get; set; }
Property Value
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value