Deropt.UI.Windows 0.0.3-beta

This is a prerelease version of Deropt.UI.Windows.
dotnet add package Deropt.UI.Windows --version 0.0.3-beta
                    
NuGet\Install-Package Deropt.UI.Windows -Version 0.0.3-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Deropt.UI.Windows" Version="0.0.3-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Deropt.UI.Windows" Version="0.0.3-beta" />
                    
Directory.Packages.props
<PackageReference Include="Deropt.UI.Windows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Deropt.UI.Windows --version 0.0.3-beta
                    
#r "nuget: Deropt.UI.Windows, 0.0.3-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Deropt.UI.Windows@0.0.3-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Deropt.UI.Windows&version=0.0.3-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Deropt.UI.Windows&version=0.0.3-beta&prerelease
                    
Install as a Cake Tool

Deropt

NET License

Deropt.Core

Nuget NuGet

Attributes

  • [Element]
  • [Markup]
  • [Process]

Usage

var deroptCore = new DeroptCore();
deroptCore.Link(obj);

Deropt.Serialization.XML

Nuget NuGet

Deropt.UI.Windows

Nuget NuGet

Usage

deroptCore.AddUIWindows();
deroptCore.Show();

Deropt.UI.Templates

Nuget NuGet

Markup

Dialog

Text string - header text Size {int Width, int Height} - size

Example

[Markup("{'Text': 'Group', 'Type': 'Dialog'}")]
public class Content {
}
Hierarchy
ListLayout

Padding AutoScroll Orientation Align

GroupBox

Padding Text

Button

Text ClickReceiver

[Markup("{'Text': 'Click me', 'Type':'Button', 'ClickReceiver': '$OnClick'}")]

public void OnClick() {
}
Label
Separator
Empty

Element

Options

Padding

Boolean
Integer Numbers
Real Numbers
Text
Enum
Tree
Table
ComboList

Padding Source

Example

[Element("{'Text':'List', 'Type':'ComboList', 'Source': '$Colors'}")]
public int SelectedColorIndex { get; set; } = 0;

public List<string> Colors { get; set; } = new List<string>(new[] {
  "Red",
  "Green",
  "Blue"
});
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.3-beta 74 11/13/2024
0.0.2-beta 64 8/4/2024
0.0.1-beta 76 7/18/2024