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