Gets or sets the color of the fill used within the BlockHighlight annotation.
public Color FillColor {get; set;}
public: __property Color get_FillColor();
public: __property void set_FillColor(
Color value
);
Property Value
A
System.Drawing.Color which represents the selected color.