Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property int get_VerticalDimension();
public: __property void set_VerticalDimension( 
   int value
);
C++/CLI 
public:
property int VerticalDimension {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object VerticalDimension =int >

Dependency 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, and Windows Server 2003

See Also