AmbientTheme.ReadonlyIndicatorBrush Property

Definition

Gets the ambient brush used to fill graphical shapes associated with read-only items displayed on the workflow design surface.

public:
 property System::Drawing::Brush ^ ReadonlyIndicatorBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush ReadonlyIndicatorBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ReadonlyIndicatorBrush : System.Drawing.Brush
Public ReadOnly Property ReadonlyIndicatorBrush As Brush

Property Value

A Brush that represents the brush associated with read-only items on the workflow on a design surface.

Attributes

Remarks

If this property contains a null reference (Nothing in Visual Basic), by default it will return a SolidBrush object with its color set to the current ReadonlyIndicatorColor property value.

Applies to