AnnotationGroup.LineWidth Property

Definition

Gets or sets the line width, in pixels, of the annotation.

public:
 virtual property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public override int LineWidth { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.LineWidth : int with get, set
Public Overrides Property LineWidth As Integer

Property Value

An integer value defining the width, in pixels, of an annotation line.

Attributes

Applies to