public Color CurrentPageHighlightColor { get; set; }
Public Property CurrentPageHighlightColor As Color Get Set
public: property Color CurrentPageHighlightColor { Color get (); void set (Color value); }
member CurrentPageHighlightColor : Color with get, set
/** @property */ public Color get_CurrentPageHighlightColor() /** @property */ public void set_CurrentPageHighlightColor(Color value)
function get_CurrentPageHighlightColor(); function set_CurrentPageHighlightColor(value);