FontSize Property (DDCell)
In This Topic
Sets/gets the size of the font in points. It will round the number size specified to the nearest half of a point.
Syntax
'Declaration
Public Property FontSize As Double
public double FontSize {get; set;}
See Also