ClassificationFormatDefinition.BackgroundOpacity Property

Definition

Gets or sets the opacity of the background.

public:  property Nullable<double> BackgroundOpacity {  public:
Nullable<double> get(); protected:
 void set(Nullable<double> value); };
public double? BackgroundOpacity { get; protected set; }
member this.BackgroundOpacity : Nullable<double> with get, set
Public Property BackgroundOpacity As Nullable(Of Double)

Property Value

The opacity.

Remarks

This value will override the opacity settings in the BackgroundBrush property if this classification format has a higher priority.

Applies to