'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether layout engine must use relative size instead of specified size for graphics object.")> Public Property UseGraphicObjectRelativeSize As Boolean
[DefaultValue(False)] [Description("A value indicating whether layout engine must use relative size instead of specified size for graphics object.")] public bool UseGraphicObjectRelativeSize { get; set; }
[DefaultValue(False)] [Description("A value indicating whether layout engine must use relative size instead of specified size for graphics object.")] public: __property bool get_UseGraphicObjectRelativeSize(); public: __property void set_UseGraphicObjectRelativeSize(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether layout engine must use relative size instead of specified size for graphics object.")] public:
property bool UseGraphicObjectRelativeSize { bool get(); void set(bool value); }
Property Value
True - layout algorithm must use releative 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.