Value Property
Gets or sets the value.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public decimal? Value { get; set; }
Public Property Value As Decimal?
Get
Set
member Value : Nullable<decimal> with get, set