TextFieldAnnotationFontFamily Property |
Gets or sets annotation text font family
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic string FontFamily { get; set; }
Public Property FontFamily As String
Get
Set
public:
virtual property String^ FontFamily {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FontFamily : string with get, set
override FontFamily : string with get, set
Property Value
Type:
StringImplements
IFontFamilyFontFamily
See Also