스크롤 막대 방향의 형식을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public override ScrollOrientation ScrollOrientation { get; }
Visual Basic
Public Overrides ReadOnly Property ScrollOrientation As ScrollOrientation
	Get
Visual C++
public:
virtual property ScrollOrientation ScrollOrientation {
	ScrollOrientation get () override;
}

Return Value

스크롤 막대 방향을 나타내는 ScrollOrientation입니다

See Also