Description
X value of the offset, where positive and negative values move the label to the right and left, respectively. Dimension depends on context.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property X() As Double
|
[C#] |
---|
public double X {get; set;}
|
[Managed C++] |
---|
public: __property double get_X(); public: __property void set_X(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_X(
double * pX
);
public: HRESULT put_X(
double dX
);
|
[Java] |
---|
public double getX();
public void setX(
double
);
|
See Also