次の方法で共有


InkDrawingAttributesPencilProperties.Opacity プロパティ

定義

InkCanvas で鉛筆ストロークをレンダリングするために使用する透過性のレベルを取得または設定します。

Opacity は InkDrawingAttributes の静的プロパティです。

InkDrawingAttributes.CreateForPencil を呼び出し、InkDrawingAttributes.PencilProperties にアクセスして、このクラスのインスタンスを取得します。

public:
 property double Opacity { double get(); void set(double value); };
double Opacity();

void Opacity(double value);
public double Opacity { get; set; }
var double = inkDrawingAttributesPencilProperties.opacity;
inkDrawingAttributesPencilProperties.opacity = double;
Public Property Opacity As Double

プロパティ値

Double

double

不透明度係数を指定する 0.01 から 5.0 までの値。5.0 は完全な不透明度を示します。 既定値は 1.0 です。

適用対象

こちらもご覧ください