AmbientTheme.ReadonlyIndicatorBrush 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.
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.