Top left corner point
Syntax
'Declaration
Public ReadOnly Property TopLeft As CiPoint
'Usage
Dim instance As CiBarcode
Dim value As CiPoint
value = instance.TopLeft
public CiPoint TopLeft {get;}
public read-only property TopLeft: CiPoint;
public function get TopLeft : CiPoint
public:
property CiPoint^ TopLeft {
CiPoint^ get();
}
See Also