Interface ISpinnerShapes
public interface ISpinnerShapes
Properties
Count
int Count { get; }
Property Value
this[int]
ISpinnerShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
ISpinnerShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddSpinner(int, int, int, int)
ISpinnerShape AddSpinner(int row, int column, int height, int width)