22 references to Bottom
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
293
if (_alignment is TabAlignment.
Bottom
or
System.Windows.Forms.Tests (21)
System\Windows\Forms\TabControlTests.cs (21)
225
[InlineData(TabAlignment.
Bottom
, 0x56010802)]
275
[InlineData(TabAppearance.Normal, TabAlignment.
Bottom
, 0x56010802)]
279
[InlineData(TabAppearance.Buttons, TabAlignment.
Bottom
, 0x56010902)]
283
[InlineData(TabAppearance.FlatButtons, TabAlignment.
Bottom
, 0x56010902)]
366
yield return new object[] { true, TabAlignment.
Bottom
, true };
371
yield return new object[] { false, TabAlignment.
Bottom
, false };
399
yield return new object[] { true, TabAlignment.
Bottom
, true, 1 };
404
yield return new object[] { false, TabAlignment.
Bottom
, false, 1 };
452
[InlineData(TabAlignment.
Bottom
)]
1620
yield return new object[] { TabAlignment.
Bottom
, true, TabAlignment.
Bottom
, TabAlignment.
Bottom
};
1624
yield return new object[] { TabAlignment.
Bottom
, false, TabAlignment.
Bottom
, TabAlignment.
Bottom
};
1658
yield return new object[] { TabAlignment.
Bottom
, true, TabAlignment.
Bottom
, 1, TabAlignment.
Bottom
};
1662
yield return new object[] { TabAlignment.
Bottom
, false, TabAlignment.
Bottom
, 0, TabAlignment.
Bottom
};