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