'Declaration <CategoryAttribute("PageView Properties")> <DefaultValueAttribute()> <DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")> <BrowsableAttribute(True)> Public Property MagnifierHeight As Integer
'Usage Dim instance As PageView Dim value As Integer instance.MagnifierHeight = value value = instance.MagnifierHeight
[Category("PageView Properties")] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Browsable(true)] public int MagnifierHeight {get; set;}
[Category("PageView Properties")] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Browsable(true)] public: __property int get_MagnifierHeight(); public: __property void set_MagnifierHeight( int value );
[Category("PageView Properties")] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Browsable(true)] public: property int MagnifierHeight { int get(); void set ( int value); }