←Select platform

HorizontalAlignMode Property

Summary

Gets or sets a value that determines how to center the image horizontally when the width of the image is smaller than the Width property.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="HorizontalAlignMode", IsRequired=false)] 
public RasterAlignMode HorizontalAlignMode { get; set; } 
  
<DataMemberAttribute("HorizontalAlignMode")> 
Public Property HorizontalAlignMode As Leadtools.Services.Raster.Datacontracts.RasterAlignMode 
[DataMemberAttribute("HorizontalAlignMode")] 
public: 
property Leadtools.Services.Raster.Datacontracts.RasterAlignMode HorizontalAlignMode { 
   Leadtools.Services.Raster.Datacontracts.RasterAlignMode get(); 
   void set (    Leadtools.Services.Raster.Datacontracts.RasterAlignMode ); 
} 

Property Value

A RasterAlignMode enumeration value that determines how to center the image horizontally.

Example

For an example, refer to RasterConvertOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly