Size.Height 属性

定义

获取或设置此 Height 实例的 Size

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
member this.Height : double with get, set
Public Property Height As Double

属性值

Double

Height 实例的 Size。 默认值为 0。 该值不能为负数。

适用于