Gets or sets the height of this
LogicalRectangle structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Height As Double |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LogicalRectangle
Dim value As Double
instance.Height = value
value = instance.Height
|
C# | |
---|
public double Height {get; set;} |
Return Value
Value that indicates the height of the rectangle.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also