ImageSource.Width 属性

定义

在派生类中重写时,获取图像宽度(以 1 英寸的 1/96 为单位)。

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

属性值

Double

按计量单位计算的图像宽度(单位为九十六分之一英寸)。

适用于