This property sets the percentage of the thickness of the first double line of the selected object.

[Visual Basic] Public Property SelectedObjectDoubleLineWidth1 As Integer
[C#] public int SelectedObjectDoubleLineWidth1 {get; set;}

Property Value

An integer value that indicates the percentage of line thickness

Default value is 33

Explanation

The SelectedObjectDoubleLineWidth1 property sets the percentage of the thickness of the first double line of the selected object when the DoubleLine is true. The unit is percentage. The percentage of the thickness of each double line is determined by the value of this property and the value of the DoubleLineWidth2 property, and the remaining percentage is the width of the spacing between the two lines. The minimum value for this property is 10 and the maximum value is 80. If you set a value less than 10, the value will be 10, and if you set a value greater than 80, it will be 80. Also, if the sum of the values of this property and the DoubleLineWidth2 property exceeds 90, this property value takes precedence and the value of DoubleLineWidth2 property is automatically set to the value of [90 - DoubleLineWidth1 property value].

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is a Line, Polyline, Polygon, or Pen object, this property value is the default value.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation