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