VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArrowAnnotationData Class / ArrowLineWidth Property
Syntax Requirements SeeAlso
In This Topic
ArrowLineWidth Property (ArrowAnnotationData)
In This Topic
Gets or sets the width of arrow line, expressed as a fraction of the annotation height.
Syntax
'Declaration

<DescriptionAttribute("The width of arrow line, expressed as a fraction of the annotation height.
Possible values from 0 to 1.")>
<DefaultValueAttribute(0,4)>
Public Property ArrowLineWidth As Single

[Description("The width of arrow line, expressed as a fraction of the annotation height.
Possible values from 0 to 1.")]
[DefaultValue(0,4)]
public float ArrowLineWidth { get; set; }

Property Value

Possible values from 0 (0) to 1 (annotation height). Default value is 0.4 (40% of annotation height).
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