When the image is displayed in Scale display mode, this property sets the display position of the image.

[Visual Basic] Public Property ScaledImageAlign As Align
[C#] public Align ScaledImageAlign {get; set;}

Property Value

A value of type Align.

The default value is Align.Center

Explanation

When the image is displayed in Scale display mode, the ScaledImageAlign property sets the display position of the image.

When this property is set to Align.None, the ScaledStartDrawX and ScaledStartDrawY properties set the (x,y) coordinates on the ImageKit control where the top left corner of the image will be displayed.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation