PDFReaderControls.NET Professional Type Reference

PushButtonLayout Enumeration

Different layout modes for a push button widget.

public enum PushButtonLayout

Members

Member Name Description
LabelOnly Display the label only.
IconOnly Display the icon only.
LabelBelowIcon Display both label and icon, with the label on the bottom, the icon on the top.
LabelAboveIcon Display both label and icon, with the label on the top, the icon on the bottom.
LabelRightIcon Display both label and icon, with the label to the right of the icon.
LabelLeftIcon Display both label and icon, with the label to the left of the icon.
LabelOverIcon Display both label and icon, with the label overlaid directly on the icon.

Requirements

Namespace: TallComponents.PDF.Annotations.Widgets

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.Annotations.Widgets Namespace