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