Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
VerticalDimension Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > ImpressionistCommandBitmapEffect Class : VerticalDimension Property





Gets or sets the vertical effect size, in pixels.

Syntax

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

<object VerticalDimension =int >

Dependencies Property Information 

Identifier field

VerticalDimensionProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object VerticalDimension =int >

Dependencies Property Information 

Identifier field

VerticalDimensionProperty

Metadata properties set to true

None

Return Value

Vertical effect size, in pixels. This property only accepts positive values.

Example

For XAML example, refer to ImpressionistCommandBitmapEffect.

For C#/VB examples, refer to ImpressionistCommandBitmapEffect.

Requirements

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

See Also