Image.Height Property
Gets or sets the height of the image in pixels.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
<InputAttribute(DefaultValue := , Visible := True)> _
Public Property Height As Integer
'Usage
Dim instance As Image
Dim value As Integer
value = instance.Height
instance.Height = value
[InputAttribute(DefaultValue = , Visible = true)]
public int Height { get; set; }
[InputAttribute(DefaultValue = , Visible = true)]
public:
property int Height {
int get ();
void set (int value);
}
public function get Height () : int
public function set Height (value : int)
Property Value
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.