'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")> Public Property UseEllipticalOutline As Boolean
[Category("Appearance")] [DefaultValue(False)] [Description("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")] public bool UseEllipticalOutline { get; set; }
[Category("Appearance")] [DefaultValue(False)] [Description("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")] public: __property bool get_UseEllipticalOutline(); public: __property void set_UseEllipticalOutline(
bool value
);
[Category("Appearance")] [DefaultValue(False)] [Description("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")] public:
property bool UseEllipticalOutline { bool get(); void set(bool value); }
Property Value
True - magnifier must use elliptical outline; false - magnifier must use rectangular outline.
Default value is false.
Default value is false.