'Declaration <DescriptionAttribute("Determines if height of the item should be adjusted to the height of its layout.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property FitHeightToLayout As Boolean
'Usage Dim instance As SmartItem Dim value As Boolean instance.FitHeightToLayout = value value = instance.FitHeightToLayout
[Description("Determines if height of the item should be adjusted to the height of its layout.")] [Category("Appearance")] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool FitHeightToLayout {get; set;}