←Select platform

VerticalAlignMode Property

Summary

Gets or sets a value that determines how to center the image vertically when the height of the image is smaller than the Height property.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="VerticalAlignMode", IsRequired=false)] 
public RasterAlignMode VerticalAlignMode { get; set; } 
  
<DataMemberAttribute("VerticalAlignMode")> 
Public Property VerticalAlignMode As Leadtools.Services.Raster.Datacontracts.RasterAlignMode 
[DataMemberAttribute("VerticalAlignMode")] 
public: 
property Leadtools.Services.Raster.Datacontracts.RasterAlignMode VerticalAlignMode { 
   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 vertically.

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