'Declaration Public Property FontSize As Single
'Usage Dim instance As Field Dim value As Single instance.FontSize = value value = instance.FontSize
public float FontSize {get; set;}
'Declaration Public Property FontSize As Single
'Usage Dim instance As Field Dim value As Single instance.FontSize = value value = instance.FontSize
public float FontSize {get; set;}
| Exception | Description |
|---|---|
| ImageGear.Core.ImGearException | Thrown if the size to be set is negative. |