Calculates the width of the bar for each vote option.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected Unit GetWidth(
	string votes
)
Visual Basic
Protected Function GetWidth ( 
	votes As String
) As Unit
Visual C++
protected:
Unit GetWidth(
	String^ votes
)
F#
member GetWidth : 
        votes : string -> Unit 

Parameters

votes
Type: System..::..String

Return Value

Type: Unit

See Also