'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A value indicating whether layout engine must use relative size instead of specified size of graphics object.")> Public Property UseGraphicObjectReleativeSize As Boolean
[Category("Appearance")] [Description("A value indicating whether layout engine must use relative size instead of specified size of graphics object.")] public bool UseGraphicObjectReleativeSize { 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.