public bool VerticalActive {get; set;}
public: __property bool get_VerticalActive(); public: __property void set_VerticalActive( bool value );
'Declaration Public Property VerticalActive As Boolean
'Usage Dim instance As ImageRegistrationOptions Dim value As Boolean instance.VerticalActive = value value = instance.VerticalActive