Visual Basic (Declaration) | |
---|---|
Public Property MaximumHeight As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MaximumHeight {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_MaximumHeight(); public: __property void set_MaximumHeight( int value ); |
XAML Attributes Usage | |
---|---|
<object MaximumHeight =int > |
Dependency Property Information | |
---|---|
Identifier field | MaximumHeightProperty |
Metadata properties set to true | None |
Return Value
The maximum height (in pixels) that the wave can reach. This property only accepts positive values.For XAML example, refer to RevEffectCommandBitmapEffect.
For C#/VB examples, refer to RevEffectCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003