'Declaration <DescriptionAttribute("A value indicating whether to position the document's window in the center of the screen.")> <DefaultValueAttribute(False)> Public Property CenterWindow As Boolean
[Description("A value indicating whether to position the document's window in the center of the screen.")] [DefaultValue(False)] public bool CenterWindow { get; set; }
[Description("A value indicating whether to position the document's window in the center of the screen.")] [DefaultValue(False)] public: __property bool get_CenterWindow(); public: __property void set_CenterWindow(
bool value
);
[Description("A value indicating whether to position the document's window in the center of the screen.")] [DefaultValue(False)] public:
property bool CenterWindow { bool get(); void set(bool value); }
Property Value
Default value is false.