VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewer Class / CellsInRow Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    CellsInRow Property (WpfPaletteViewer)
    In This Topic
    Gets or sets a number of cells in a row.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("A number of cells in a row.")>
    <DefaultValueAttribute(16)>
    Public Property CellsInRow As System.Int32
    
    
    [Category("VintaSoft")]
    [Description("A number of cells in a row.")]
    [DefaultValue(16)]
    public System.Int32 CellsInRow { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("A number of cells in a row.")]
    [DefaultValue(16)]
    public: __property System.Int32 get_CellsInRow();
    public: __property void set_CellsInRow(
    System.Int32 value
    );
    [Category("VintaSoft")]
    [Description("A number of cells in a row.")]
    [DefaultValue(16)]
    public:
    property System.Int32 CellsInRow { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Default value is 16.
    Exceptions
    ExceptionDescription
    Thrown if value is 0 or less.
    Requirements

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

    See Also