Font.Underline 속성

정의

Font에 밑줄이 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool Underline { bool get(); };
public bool Underline { get; }
member this.Underline : bool
Public ReadOnly Property Underline As Boolean

속성 값

Font에 밑줄이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상