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