Table of Contents

Enum ExportOptionsFieldsVisibility

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies the visibility of the fields in the exported code.

public enum ExportOptionsFieldsVisibility

Fields

Private = 2

The fields are private.

Protected = 1

The fields are protected.

Public = 0

The fields are public.