Class SizeRange

SizeRange class

Represents the size range

public class SizeRange

Constructors

NameDescription
SizeRange()Initializes a new instance of the SizeRange class

Properties

NameDescription
MaximumSize { get; set; }Gets or sets the maximum size.
MinimumSize { get; set; }Gets or sets the minimum size.

See Also