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 英寸)。

适用于