Gets the width of the cell image with its padding settings.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int CellImageWidth { get; }
Visual Basic
Public ReadOnly Property CellImageWidth As Integer
	Get
Visual C++
public:
property int CellImageWidth {
	int get ();
}
F#
member CellImageWidth : int with get

Property Value

Type: Int32
The width of the cell image.

See Also