Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Height", IsRequired=True)> Public Property Height As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ResizeInterpolateRequest Dim value As Integer instance.Height = value value = instance.Height |
C# | |
---|---|
[DataMemberAttribute(Name="Height", IsRequired=true)] public int Height {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Height", IsRequired=true)] public: property int Height { int get(); void set ( int value); } |
Property Value
The new image's height in pixels.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7