'Declaration <BrowsableAttribute(False)> Public Property AutomaticalInvert As AutoInvertCommand
[Browsable(False)] public AutoInvertCommand AutomaticalInvert { get; set; }
[Browsable(False)] public: __property AutoInvertCommand* get_AutomaticalInvert(); public: __property void set_AutomaticalInvert(
AutoInvertCommand* value
);
[Browsable(False)] public:
property AutoInvertCommand^ AutomaticalInvert { AutoInvertCommand^ get(); void set(AutoInvertCommand^ value); }