Table of Contents

Enum ElementContentAlign

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the alignment options for content displayed within a button or similar control.

public enum ElementContentAlign

Fields

Bottom = 128

Content is vertically aligned at the bottom.

Default = 0

Default alignment.

Left = 16

Content is horizontally aligned on the left.

Right = 32

Content is horizontally aligned on the right.

Top = 64

Content is vertically aligned at the top.

Remarks

Use this enumeration to control the horizontal or vertical positioning of a content. The available values allow content to be aligned to the left, right, top, bottom, or use the default alignment as determined by the control or system settings.