Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xamarin-android/SfNumericUpDown/Assign-Nullable-Value.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ N> By default, the property value is false.

{% endtabs %}

![](images/allownull.png)
![Allow null value in Xamarin.Android NumericUpDown.](images/allownull.png)

## Set Hint Text

Expand All @@ -38,4 +38,4 @@ The `WaterMark` property can be used to provide a hint that helps the user to ge

{% endtabs %}

![](images/watermark.png)
![Watermark text in Xamarin.Android NumericUpDown.](images/watermark.png)
4 changes: 2 additions & 2 deletions xamarin-android/SfNumericUpDown/Auto-Reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ sfNumericUpDown.Maximum = 50

{% endtabs %}

![](images/maximum.png)
![Maximum spinning range value in Xamarin.Android NumericUpDown.](images/maximum.png)

![](images/minimum.png)
![Minimum spinning range value in Xamarin.Android NumericUpDown.](images/minimum.png)

## Set Increment

Expand Down
8 changes: 4 additions & 4 deletions xamarin-android/SfNumericUpDown/Spin-Button-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ numeric.SpinButtonAlignment = SpinButtonAlignment.Right;

{% endtabs %}

![](images/spinright.png)
![Spin right side button in Xamarin.Android NumericUpDown.](images/spinright.png)

### Left

Expand All @@ -47,7 +47,7 @@ numeric.SpinButtonAlignment = SpinButtonAlignment.Left;

{% endtabs %}

![](images/spinleft.png)
![Spin left side button in Xamarin.Android NumericUpDown.](images/spinleft.png)

### Both

Expand All @@ -63,7 +63,7 @@ numeric.SpinButtonAlignment = SpinButtonAlignment.Both;

{% endtabs %}

![](images/spinboth.png)
![Spin both side button in Xamarin.Android NumericUpDown.](images/spinboth.png)

N> By default the property value is Right.

Expand Down Expand Up @@ -207,7 +207,7 @@ N> For image and FontIcon we need to add the the respective image and TTF file.

{% endtabs %}

![](images/image.png)
![Using font icon text in Xamarin.Android NumericUpDown.](images/image.png)



6 changes: 3 additions & 3 deletions xamarin-android/SfRotator/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SetContentView(rotator);

{% endhighlight %}

![](images/rotator.png)
![Image content in Xamarin.Android Rotator.](images/rotator.png)

### Using Content

Expand Down Expand Up @@ -128,7 +128,7 @@ SetContentView(rotator);

{% endhighlight %}

![](images/content.png)
![Content property in Xamarin.Android Rotator.](images/content.png)

## Through RotatorAdapter

Expand Down Expand Up @@ -201,7 +201,7 @@ public class MainActivity : Activity

{% endhighlight %}

![](images/rotator.png)
![Main activity in Xamarin.Android Rotator.](images/rotator.png)

## Set Navigation Mode

Expand Down
6 changes: 3 additions & 3 deletions xamarin-android/SfRotator/populating-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SetContentView(rotator);

{% endhighlight %}

![](images/rotator.png)
![Image content in Xamarin.Android Rotator.](images/rotator.png)

## Using Content

Expand Down Expand Up @@ -98,7 +98,7 @@ SetContentView(rotator);

{% endhighlight %}

![](images/content.png)
![Content propert in Xamarin.Android Rotator.](images/content.png)

# Through RotatorAdapter

Expand Down Expand Up @@ -189,4 +189,4 @@ public class MainActivity : Activity

{% endhighlight %}

![](images/rotator.png)
![Main activity in Xamarin.Android Rotator.](images/rotator.png)