Specify the anchor point. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property AnchorPoint() As Integer |
[C#] |
---|
public int AnchorPoint {get; set;} |
[Managed C++] |
---|
public: __property int get_AnchorPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_AnchorPoint( long * pAnchorPt ); public: HRESULT put_AnchorPoint( long AnchorPt ); |
[Java] |
---|
public int getAnchorPoint(); public void setAnchorPoint( int ); |