Represents a variant for a Group control.
- Inheritance:
- object object
Constructors
GroupVariant()
Initializes an instance of the GroupVariant
class.
GroupVariant(int, VariantSize)
Initializes an instance of the GroupVariant
class.
Parameter | Type | Description |
---|---|---|
priority | int | The priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab. |
size | Variant |
A Variant |
Properties
Priority
Gets or sets the priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab.
Property Value
- int:
The priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab.
Remarks
A lower priority means that this variant will be applied sooner (large controls) and a larger priority means that this variant will be applied later (small controls).
Size
Gets or sets a Variant
Property Value
- Variant
Size : A Variant
Size indicating the target variant size of the group when this variant is active.