MuestraPuntoDeseadoX Property |
[Missing <summary> documentation for "P:Evolucion.Muestra.PuntoDeseadoX"]
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> PuntoDeseadoX { get; set; }
Public Property PuntoDeseadoX As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> PuntoDeseadoX {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member PuntoDeseadoX : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also