ItemDrawInfo.ImageMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the image margin - the spacing between image and text - for the list item.
public:
property double ImageMargin { double get(); void set(double value); };
public double ImageMargin { get; set; }
member this.ImageMargin : double with get, set
Public Property ImageMargin As Double