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