FormatData.BackColor Property

Applies to v2.

Gets or sets the back color.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property BackColor As SolidColorBrush 
    Get 
    Set
'Usage
Dim instance As FormatData 
Dim value As SolidColorBrush 

value = instance.BackColor

instance.BackColor = value
public SolidColorBrush BackColor { get; set; }
public:
property SolidColorBrush^ BackColor {
    SolidColorBrush^ get ();
    void set (SolidColorBrush^ value);
}
member BackColor : SolidColorBrush with get, set
function get BackColor () : SolidColorBrush 
function set BackColor (value : SolidColorBrush)

Property Value

Type: System.Windows.Media.SolidColorBrush
The back color

See Also

Reference

FormatData Class

Microsoft.WebMatrix.Extensibility.Editor Namespace