'Declaration <DescriptionAttribute("The minimum height of the row in pixels.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> <AmbientValueAttribute(-2147483648)> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property MinHeight As Integer
'Usage Dim instance As Row Dim value As Integer instance.MinHeight = value value = instance.MinHeight
[Description("The minimum height of the row in pixels.")] [Category("Behavior")] [RefreshProperties(RefreshProperties.All)] [AmbientValue(-2147483648)] [Localizable(true)] [ApplyToDesigner(true)] public int MinHeight {get; set;}