[]
Specifies the relative location of text and image on toolbar buttons.
Use members of this enumeration to set the ButtonLayoutHorz and ButtonLayoutVert properties of C1Toolbar.
public enum ButtonLayoutEnum
Name | Description |
---|---|
TextAbove | Text is above the image. |
TextBelow | Text is below the image. |
TextOnLeft | Text is on the left of the image. |
TextOnRight | Text is on the right of the image. |