ColorFormat.SchemeColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the color of a color object as an index in the current color scheme.
public:
property int SchemeColor { int get(); void set(int value); };
public int SchemeColor { get; set; }
Public Property SchemeColor As Integer