VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfTextAnnotationView Class / AutoFontMinSize Property
Syntax Requirements SeeAlso
In This Topic
AutoFontMinSize Property (WpfTextAnnotationView)
In This Topic
Gets or sets the minimum font size when auto font size is enabled (AutoFontSize == True).
Syntax
'Declaration

<DefaultValueAttribute(0)>
<DescriptionAttribute("The minimum font size when auto font size is enabled")>
Public Property AutoFontMinSize As Single

[DefaultValue(0)]
[Description("The minimum font size when auto font size is enabled")]
public float AutoFontMinSize { get; set; }

Property Value

0 - minimum font size is not used; any positive value - minimum font size is used.
Default value is 0.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also