Nimigen
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes | Properties
MCNGen.OptionsDialog Class Reference

Options dialog for Nimigen. More...

List of all members.

Public Member Functions

 OptionsDialog ()

Static Public Attributes

static readonly DependencyProperty OrderProperty
static readonly DependencyProperty AmountProperty
static readonly DependencyProperty MinLengthProperty

Properties

int Order [get, set]
int Amount [get, set]
int MinLength [get, set]

Detailed Description

Options dialog for Nimigen.

Author: Joonas Rajala


Constructor & Destructor Documentation

MCNGen.OptionsDialog.OptionsDialog ( )

Member Data Documentation

readonly DependencyProperty MCNGen.OptionsDialog.AmountProperty
static
Initial value:
DependencyProperty.Register("Amount", typeof(int), typeof(Window), new UIPropertyMetadata(0))
readonly DependencyProperty MCNGen.OptionsDialog.MinLengthProperty
static
Initial value:
DependencyProperty.Register("MinLength", typeof(int), typeof(Window), new UIPropertyMetadata(0))
readonly DependencyProperty MCNGen.OptionsDialog.OrderProperty
static
Initial value:
DependencyProperty.Register("Order", typeof(int), typeof(Window), new UIPropertyMetadata(0))

Property Documentation

int MCNGen.OptionsDialog.Amount
getset
int MCNGen.OptionsDialog.MinLength
getset
int MCNGen.OptionsDialog.Order
getset

The documentation for this class was generated from the following file: