ClassificationFormatDefinition.ForegroundOpacity 属性

定义

获取或设置前景的不透明度。

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

属性值

Nullable<Double>

前景不透明度。

注解

如果此分类格式具有较高的优先级,此值将覆盖 ForegroundBrush 属性中的不透明度设置。

适用于