SizePercent Property (Band)
In This Topic
Gets or sets the size of the band as a percentage of the grid's width or height.
Syntax
'Declaration
Protected MustOverride Property SizePercent As System.Double
protected abstract System.double SizePercent {get; set;}
See Also