←Select platform

Height Property

Summary

Gets or sets the value that represents the height in pixels of the vignette ellipse or rectangle objects.

Syntax

C#
VB
WinRT C#
C++
public int Height { get; set; } 
  
Public Property Height As Integer 
public int Height {get; set;} 
  
get_Height(); 
set_Height(value); 
Object.defineProperty('Height');  
public: 
property int Height { 
   int get(); 
   void set (    int ); 
} 

Property Value

Represents the value that indicates the height in pixels of the vignette ellipse or rectangle objects.This property is ignored if the VignnetCommandFlags.Circle or VignnetCommandFlags.Square flag is set.

Example

Refer to VignnetCommand example.

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.ImageProcessing.SpecialEffects Assembly