C# Class MonoMobile.Dialog.RangeAttribute

Inheritance: System.Attribute
Mostra file Open project: moljac/MonoMobile.Dialog

Public Properties

Property Type Description
High int
Low float
Low int
ShowCaption bool

Public Methods

Method Description
RangeAttribute ( float low, float high ) : System
RangeAttribute ( int low, int high ) : System

Method Details

RangeAttribute() public method

public RangeAttribute ( float low, float high ) : System
low float
high float
return System

RangeAttribute() public method

public RangeAttribute ( int low, int high ) : System
low int
high int
return System

Property Details

High public_oe property

public int High
return int

Low public_oe property

public float Low
return float

Low public_oe property

public int Low
return int

ShowCaption public_oe property

public bool ShowCaption
return bool