[DefaultValue(False)] [Category("Appearance")] [Description("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")] public bool UseEllipticalOutline { get; set; }
[DefaultValue(False)] [Category("Appearance")] [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
);
[DefaultValue(False)] [Category("Appearance")] [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); }
'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Appearance")> <DescriptionAttribute("A value indicating whether the magnifier must use elliptical outline instead of rectangular outline.")> Public Property UseEllipticalOutline As Boolean
Property Value
True - лупа должна использовать эллиптический контур; false - лупа должна иметь прямоугольный контур.
Значение по умолчанию - false.
Значение по умолчанию - false.