VariantCollection Class
Defines a collection of variants (either SizeVariant or VariantSet) for use with a Ribbon.
public class VariantCollection : FreezableCollection<VariantBase>
- Inheritance:
- object Animatable FreezableCollection<VariantBase> object
Constructors
VariantCollection()
Initializes an instance of the class.
public VariantCollection()
Methods
CreateInstanceCore()
Creates a new instance of the FreezableCollection<T>.
protected override Freezable CreateInstanceCore()
Returns
- Freezable:
The new instance.