Gets or sets the height of the control.
All height value minor than 300px will be ignored.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Unit), "500px")] [C1CategoryAttribute("Layout")] [JsonAttribute(true, true, "500px")] public override Unit Height { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(Unit), "500px")> _ <C1CategoryAttribute("Layout")> _ <JsonAttribute(True, True, "500px")> _ Public Overrides Property Height As Unit Get Set |