public int Percent { get; }
Public ReadOnly Property Percent As Integer
Get
Dim instance As CoreConverterProgressEventArgs
Dim value As Integer
value = instance.Percent
public:
property int Percent {
int get ();
}
member Percent : int with get
No code example is currently available or this language may not be supported.