Leadtools.Forms.Processing Namespace > FormField Class : Bounds Property |
public LogicalRectangle Bounds {get; set;}
'Declaration Public Property Bounds As LogicalRectangle
'Usage Dim instance As FormField Dim value As LogicalRectangle instance.Bounds = value value = instance.Bounds
public: property LogicalRectangle Bounds { LogicalRectangle get(); void set ( LogicalRectangle value); }