'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 - лупа должна использовать эллиптический контур; false - лупа должна иметь прямоугольный контур.
Значение по умолчанию - false.
Значение по умолчанию - false.