ClassificationFormatDefinition.ForegroundOpacity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置前景的不透明度。
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)
属性值
前景不透明度。
注解
如果此分类格式具有较高的优先级,此值将覆盖 ForegroundBrush 属性中的不透明度设置。