ClassificationFormatDefinition.BackgroundOpacity 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 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.