Window.SplitHorizontal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the location of the horizontal window split in points.
public:
property double SplitHorizontal { double get(); void set(double value); };
public double SplitHorizontal { get; set; }
Public Property SplitHorizontal As Double