Property | Type | Description | |
---|---|---|---|
High | int | ||
Low | float | ||
Low | int | ||
ShowCaption | bool |
Method | Description | |
---|---|---|
RangeAttribute ( float low, float high ) : System | ||
RangeAttribute ( int low, int high ) : System |
public RangeAttribute ( float low, float high ) : System | ||
low | float | |
high | float | |
return | System |
public RangeAttribute ( int low, int high ) : System | ||
low | int | |
high | int | |
return | System |