'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute()> <SRCategoryAttribute("Layout")> <SRDescriptionAttribute("The height of the user interface element, in pixels.")> Public Property Height As System.Integer
'Usage
Dim instance As EditSourceDialog Dim value As System.Integer instance.Height = value value = instance.Height
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable()] [SRCategory("Layout")] [SRDescription("The height of the user interface element, in pixels.")] public System.int Height {get; set;}