Table of Contents

Class ExportOptions

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Options for exporting a UI project.

public class ExportOptions
Inheritance
ExportOptions
Inherited Members

Properties

Class

Gets or sets the class name for the exported code.

public string Class { get; set; }

Property Value

string

FieldsVisibility

Gets or sets the visibility of the fields in the exported code.

public ExportOptionsFieldsVisibility FieldsVisibility { get; set; }

Property Value

ExportOptionsFieldsVisibility

IsStyleable

Gets or sets a value indicating whether the exported code receives a Stylesheet parameter and passes it to the styled widgets.

public bool IsStyleable { get; set; }

Property Value

bool

Namespace

Gets or sets the namespace for the exported code.

public string Namespace { get; set; }

Property Value

string

OutputPath

Gets or sets the output path for the exported files.

public string OutputPath { get; set; }

Property Value

string

TemplateDesigner

Gets or sets the template for the designer file.

public string TemplateDesigner { get; set; }

Property Value

string

TemplateMain

Gets or sets the template for the main file.

public string TemplateMain { get; set; }

Property Value

string