Class SwatchesBase
Represents a base class for defining the swatches properties.
Inheritance
System.Object
SwatchesBase
Namespace: Syncfusion.UI.Xaml.Controls.Media
Assembly: Syncfusion.SfColorPickers.UWP.dll
Syntax
public class SwatchesBase : Control
Constructors
SwatchesBase()
Declaration
public SwatchesBase()
Methods
MeasureOverride(Size)
Measures the size for overriding
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | available size |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | returns the size |