Class StbDrawingArcAxis
Inheritance
System.Object
StbDrawingArcAxis
Assembly: STBDotNet.dll
Syntax
public class StbDrawingArcAxis : object
Properties
|
Improve this Doc
View Source
end_angle
Declaration
public double end_angle { 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
radius
Declaration
public double radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
start_angle
Declaration
public double start_angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|