RectangleF.Height 속성

정의

RectangleF 구조체의 높이를 가져오거나 설정합니다.

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

속성 값

Single

RectangleF 구조체의 높이입니다. 기본값은 0입니다.

적용 대상