Skip to content

GeoLinearGradientBrush

Inheritance Hierarchy

  • Object
  • GeoBrush
    • GeoLinearGradientBrush

Members Summary

Public Constructors Summary

Name
GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection)
GeoLinearGradientBrush(GeoColor,GeoColor,Single)

Protected Constructors Summary

Name
GeoLinearGradientBrush()

Public Properties Summary

Name Return Type Description
DirectionAngle Single Gets or sets the Direction angle of the GeoLinearGradientBrush.
EndColor GeoColor Gets or sets the ending GeoColor of the gradient.
Id Int64 N/A
StartColor GeoColor Gets or sets the starting GeoColor of the gradient.
WrapMode GeoBrushWrapMode Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush.

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
GeoLinearGradientBrush(GeoColor,GeoColor,GeoLinearGradientDirection)
GeoLinearGradientBrush(GeoColor,GeoColor,Single)

Protected Constructors

GeoLinearGradientBrush()

Summary

Create a new instance of the GeoLinearGradientBrush with default settings.

Remarks

N/A

Return Value

Type Description
N/A

Parameters

Name Type Description
N/A N/A N/A

Public Properties

DirectionAngle

Summary

Gets or sets the Direction angle of the GeoLinearGradientBrush.

Remarks

N/A

Return Value

Single


EndColor

Summary

Gets or sets the ending GeoColor of the gradient.

Remarks

N/A

Return Value

GeoColor


Id

Summary

N/A

Remarks

N/A

Return Value

Int64


StartColor

Summary

Gets or sets the starting GeoColor of the gradient.

Remarks

N/A

Return Value

GeoColor


WrapMode

Summary

Gets or sets a GeoWrapMode enumeration that indicates the wrap mode for the GeoLinearGradientBrush.

Remarks

N/A

Return Value

GeoBrushWrapMode


Protected Properties

Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events