C# Class CrossUI.iOS.Dialog.RangeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Properties

Property Type Description
Low float
ShowCaption bool

Public Methods

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

Method Details

RangeAttribute() public method

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

Property Details

Low public_oe property

public float Low
return float

ShowCaption public_oe property

public bool ShowCaption
return bool