Show / Hide Table of Contents

Property osdRect.Color


Overload

Gets or sets rectangle color.

public ColorInt Color { get; set; }
Property Value
ColorInt

Remarks

This property can be changed after creating OSD window.

Examples

x.Color = 0xFF0000; //red
x.Color = System.Drawing.Color.Orange;