Visual Basic (Declaration) | |
---|---|
Public Property Height As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Height {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Height(); public: __property void set_Height( int value ); |
XAML Attributes Usage | |
---|---|
<object Height =int > |
Dependency Property Information | |
---|---|
Identifier field | HeightProperty |
Metadata properties set to true | None |
Return Value
Non-zero value greater than 2, that represents the height of the mask. This value determines the height of the 3D effect. The larger the value, the more complex and time-consuming the operations will be.For XAML example, refer to MaskConvolutionCommandBitmapEffect.
For C#/VB examples, refer to MaskConvolutionCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003