C# Class Android.Dialog.RangeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: runegri/Android.Dialog

Public Properties

Property Type Description
High int
Low int
ShowCaption bool

Public Methods

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

Method Details

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 int Low
return int

ShowCaption public_oe property

public bool ShowCaption
return bool