'Declaration <DefaultValueAttribute()> <BrowsableAttribute(True)> <DescriptionAttribute("The PageView Rectangle coordinates for display.")> <CategoryAttribute("PageView Properties")> Public Property ViewRectangle As RectangleF
'Usage Dim instance As PageView Dim value As RectangleF instance.ViewRectangle = value value = instance.ViewRectangle
[DefaultValue()] [Browsable(true)] [Description("The PageView Rectangle coordinates for display.")] [Category("PageView Properties")] public RectangleF ViewRectangle {get; set;}
[DefaultValue()] [Browsable(true)] [Description("The PageView Rectangle coordinates for display.")] [Category("PageView Properties")] public: __property RectangleF get_ViewRectangle(); public: __property void set_ViewRectangle( RectangleF value );
[DefaultValue()] [Browsable(true)] [Description("The PageView Rectangle coordinates for display.")] [Category("PageView Properties")] public: property RectangleF ViewRectangle { RectangleF get(); void set ( RectangleF value); }