C# Class Android.Dialog.RangeAttribute

Inheritance: System.Attribute
Show file 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 property

public int High
return int

Low public property

public int Low
return int

ShowCaption public property

public bool ShowCaption
return bool