←Select platform

StartPoint Property

Summary

Gets or sets the starting two-dimensional coordinates of the linear gradient.

Syntax

C#
VB
C++
public Point StartPoint { get; set; } 
  
Public Property StartPoint As Point 
public: 
property Point StartPoint { 
   Point get(); 
   void set (    Point ); 
} 

Property Value

The starting two-dimensional coordinates for the linear gradient. The default is (0, 0).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly