ImageSource.Width プロパティ

定義

派生クラスでオーバーライドされると、画像の幅を測定単位 (96 インチ) で取得します。

public:
 abstract property double Width { double get(); };
public abstract double Width { get; }
member this.Width : double
Public MustOverride ReadOnly Property Width As Double

プロパティ値

測定単位 (96 インチ) の画像の幅。

適用対象