SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Zone Structure / Bottom Property




In This Topic
    Bottom Property (Zone)
    In This Topic
    Gets the x-coordinate that is the sum of X and Width property values of this Zone structure minus 1.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bottom As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    value = instance.Bottom
    public int Bottom {get;}
    public: __property int get_Bottom();
    public:
    property int Bottom {
       int get();
    }
    See Also