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
FieldsVisibility
Gets or sets the visibility of the fields in the exported code.
public ExportOptionsFieldsVisibility FieldsVisibility { get; set; }
Property Value
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
Namespace
Gets or sets the namespace for the exported code.
public string Namespace { get; set; }
Property Value
OutputPath
Gets or sets the output path for the exported files.
public string OutputPath { get; set; }
Property Value
TemplateDesigner
Gets or sets the template for the designer file.
public string TemplateDesigner { get; set; }
Property Value
TemplateMain
Gets or sets the template for the main file.
public string TemplateMain { get; set; }