Leadtools.Silverlight.Controls Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageHorizontalAlignment Property
See Also 
Leadtools.Silverlight.Controls Namespace > ImageViewer Class : ImageHorizontalAlignment Property





Gets and sets a value that determines how to center the image in the control's client area horizontally, when the width of the destination rectangle is smaller than the width of the client area.

Syntax

Visual Basic (Declaration) 
Public Property ImageHorizontalAlignment As HorizontalAlignment
Visual Basic (Usage)Copy Code
Dim instance As ImageViewer
Dim value As HorizontalAlignment
 
instance.ImageHorizontalAlignment = value
 
value = instance.ImageHorizontalAlignment
C# 
public HorizontalAlignment ImageHorizontalAlignment {get; set;}
C++/CLI 
public:
property HorizontalAlignment ImageHorizontalAlignment {
   HorizontalAlignment get();
   void set (HorizontalAlignment value);
}
XAML Attributes Usage 

<object ImageHorizontalAlignment=HorizontalAlignment .../>

Dependencies Property Information 

Identifier field

ImageHorizontalAlignmentProperty

XAML Attributes Usage 

<object ImageHorizontalAlignment=HorizontalAlignment .../>

Dependencies Property Information 

Identifier field

ImageHorizontalAlignmentProperty

Return Value

A HorizontalAlignment enumeration value that determines how to center the image in the control's client area horizontally, when the width of the destination rectangle is smaller than the width of the client area. Default value is HorizontalAlignment.Center.

Remarks

As an example, this can be used to center a small image when it is displayed in a control that is larger than the image's dimensions.

This can also be used in conjunction with the ImageHorizontalAlignment property, SizeMode property and the ScaleFactor property to center an image when the zoomed display dimensions are smaller than the control's dimensions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

ImageHorizontalAlignment requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features