Margins.IsEmpty 메서드

정의

여백이 비어 있는지 여부를 결정합니다.

public:
 bool IsEmpty();
public bool IsEmpty ();
member this.IsEmpty : unit -> bool
Public Function IsEmpty () As Boolean

반환

Boolean

모든 여백 값이 0이면 true이고, 그렇지 않으면 false입니다.

적용 대상