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