Retrieves the alpha value for this object.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public virtual byte GetAlpha()
Visual Basic (Declaration)
Public Overridable Function GetAlpha As Byte
Visual C++
public:
virtual unsigned char GetAlpha()

Return Value

Byte containing the alpha value.

Implements

IChartObject..::.GetAlpha()()()

See Also