ThumbnailStyleFont Property |
Gets or sets the css font property.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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