_UIImageHorizontalAlignment Enumeration

Visual Studio 2015
 

Describes the horizontal alignment of the image.

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

public enum class _UIImageHorizontalAlignment

Member nameDescription
IHA_Center

The image is centered horizontally within its container.

IHA_Left

The image is left-aligned within its container.

IHA_Right

The image is right-aligned within its container.

Return to top
Show: