Skip to content

ACadSharp.Objects.Layout.TabOrder

Albert Domenech edited this page Sep 4, 2024 · 3 revisions

TabOrder Property

Tab order. This number is an ordinal indicating this layout's ordering in the tab control that is attached to the drawing window. Note that the “Model” tab always appears as the first tab regardless of its tab order.

Definition

Namespace: ACadSharp.Objects.Layout

C#

DxfCodeValueAttribute
public Int32 TabOrder { get; set; }

Property Value

Int32

Clone this wiki locally