 | FrameValuesY Property |
Gets or sets the y.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic double Y { get; set; }
Public Property Y As Double
Get
Set
public:
property double Y {
double get ();
void set (double value);
}
Property Value
DoubleThe y.
See Also