[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")] public Rectangle Area {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")] public: __property Rectangle get_Area(); public: __property void set_Area( Rectangle value );
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")] public: property Rectangle Area { Rectangle get(); void set ( Rectangle value); }
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> <DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")> Public Property Area As Rectangle
'Usage Dim instance As Caption Dim value As Rectangle instance.Area = value value = instance.Area
The default value is X=0, Y=0, Width=0, Height=0
Caption Class Caption Members
©2014. Accusoft Corporation. All Rights Reserved.