ThumbnailStyleFont Property |
Gets or sets the css font property.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string Font { get; set; }
Public Property Font As String
Get
Set
Property Value
Type:
String
The valid CSS font property. This requires a size value and a font value ("15px arial").
See Also