Class StbDrawingLineAxis
Inheritance
System.Object
StbDrawingLineAxis
Assembly: STBDotNet.dll
Syntax
public class StbDrawingLineAxis : object
Properties
|
Improve this Doc
View Source
end_X
Declaration
public double end_X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
end_Y
Declaration
public double end_Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
group_name
Declaration
public string group_name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
start_X
Declaration
public double start_X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
start_Y
Declaration
public double start_Y { get; set; }
Property Value
Type |
Description |
System.Double |
|