1 write to VerticalText
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
150
_currentLayoutOptions.
VerticalText
= true;
2 references to VerticalText
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
662
proposedSize = LayoutUtils.FlipSizeIf(
VerticalText
, proposedSize);
682
return LayoutUtils.FlipSizeIf(
VerticalText
, textSize);