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