Point.MarkerBackgroundColor Property

Sets the marker background color as an RGB value or returns the corresponding color index value. Applies only to line, scatter, and radar charts. Read/write Integer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MarkerBackgroundColor As Integer
    Get
    Set
'Usage
Dim instance As Point
Dim value As Integer

value = instance.MarkerBackgroundColor

instance.MarkerBackgroundColor = value
int MarkerBackgroundColor { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Word Namespace