Gets and sets horizontal value for center point of filter. A value of -1 will automatically set the center based on region size.
Syntax
public int CenterX {get; set;}
public: __property int get_CenterX();
public: __property void set_CenterX(
int value
);
public:
property int CenterX {
int get();
void set ( int value);
}
'Declaration
Public Property CenterX As Integer
'Usage
Dim instance As FilterOpenOptions
Dim value As Integer
instance.CenterX = value
value = instance.CenterX
See Also