'Declaration
Public Overrides Property ForegroundImage As Picture
'Usage
Dim instance As ChartShape Dim value As Picture instance.ForegroundImage = value value = instance.ForegroundImage
public override Picture ForegroundImage {get; set;}
'Declaration
Public Overrides Property ForegroundImage As Picture
'Usage
Dim instance As ChartShape Dim value As Picture instance.ForegroundImage = value value = instance.ForegroundImage
public override Picture ForegroundImage {get; set;}
control.ForegroundImage = new FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp")); control.MarginTop = 3; control.MarginBottom = 3;
control.ForegroundImage = New FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp")) control.MarginTop = 3 control.MarginBottom = 3