VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewer Class / CellSize Property
Syntax Requirements SeeAlso
In This Topic
    CellSize Property (WpfPaletteViewer)
    In This Topic
    Gets or sets a cell size.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(20)>
    <DescriptionAttribute("A cell size.")>
    Public Property CellSize As Double
    
    
    [Category("VintaSoft")]
    [DefaultValue(20)]
    [Description("A cell size.")]
    public double CellSize { get; set; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(20)]
    [Description("A cell size.")]
    public: __property double get_CellSize();
    public: __property void set_CellSize(
    double value
    );
    [Category("VintaSoft")]
    [DefaultValue(20)]
    [Description("A cell size.")]
    public:
    property double CellSize { double get(); void set(double value); }

    Property Value

    Default value is 20.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also