GoDiagram Web Reference
BrushStartPoint Property (GoListGroup)

Gets or sets the start point for linear gradients, as normalized fractions of the size of the shape.
Syntax
'Declaration
 
<TypeConverterAttribute("Northwoods.GoWeb.GoPointFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<DescriptionAttribute("The normalized/fractional start point for linear gradients, typically each value from around 0 to 1")>
<CategoryAttribute("Appearance")>
Public Overridable Property BrushStartPoint As PointF
[TypeConverterAttribute("Northwoods.GoWeb.GoPointFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[DescriptionAttribute("The normalized/fractional start point for linear gradients, typically each value from around 0 to 1")]
[CategoryAttribute("Appearance")]
public virtual PointF BrushStartPoint {get; set;}

Property Value

A PointF whose X and Y values are normally between 0 and 1, and should be between -1 and 2. An X value of zero corresponds to the left side of the shape; an X value of 1 corresponds to the right side. A Y value of zero corresponds to the top side of the shape; a Y value of 1 corresponds to the bottom side. Negative values or values greater than 1 denote points that are outside of the shape.
Remarks
This property is not meaningful unless the BrushStyle is a linear gradient. Changing the BrushStyle may also change the value of this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback