Sdílet prostřednictvím


NumberFormatAttribute.MaxPrecision – vlastnost

Maximální počet desetinných míst zpracování čísel editor získá.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public ReadOnly Property MaxPrecision As Nullable(Of Integer)
    Get
public Nullable<int> MaxPrecision { get; }
public:
property Nullable<int> MaxPrecision {
    Nullable<int> get ();
}
member MaxPrecision : Nullable<int>
function get MaxPrecision () : Nullable<int>

Hodnota vlastnosti

Typ: System.Nullable<Int32>
Celé číslo, které představuje maximální počet desetinných míst zpracování čísel editor.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NumberFormatAttribute Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů