Show / Hide Table of Contents

Property osdText.Icon


Overload

Icon or image at the left. Can be icon, System.Drawing.Icon or System.Drawing.Image. Any size. For example System.Drawing.SystemIcons.Information or icon.stock(StockIcon.INFO) or ImageUtil.LoadGdipBitmapFromXaml("XAML copied from the Icons tool. You can edit, Width, Height and Fill (color).", screen.primary.Dpi).

public object Icon { get; set; }
Property Value
object

Remarks

This property cannot be changed after creating OSD window.