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