'Declaration <DescriptionAttribute("A value indicating whether layout engine must use relative size instead of specified size of graphics object.")> <CategoryAttribute("Appearance")> Public Property UseGraphicObjectRelativeSize As Boolean
[Description("A value indicating whether layout engine must use relative size instead of specified size of graphics object.")] [Category("Appearance")] public bool UseGraphicObjectRelativeSize { get; set; }
Property Value
True - layout algorithm must use relative size of graphics object;
false - layout algorithm must use specified size of graphics object.
Default value is false.
false - layout algorithm must use specified size of graphics object.
Default value is false.