Class MobileTileBadgeBuilder
Inheritance
System.Object
MobileTileBadgeBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Mobile
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileTileBadgeBuilder
Constructors
MobileTileBadgeBuilder(MobileTileProperties)
Initializes a new instance of the MobileTileBadgeBuilder class.
Declaration
public MobileTileBadgeBuilder(MobileTileProperties mTileModel)
Parameters
Type | Name | Description |
---|---|---|
MobileTileProperties | mTileModel | The m tile model. |
Methods
Enabled(Boolean)
Enableds the specified enable badge.
Declaration
public MobileTileBadgeBuilder Enabled(bool enableBadge)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableBadge | if set to |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |
MaxValue(Double)
Maximums the value.
Declaration
public MobileTileBadgeBuilder MaxValue(double maximumBadgeValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | maximumBadgeValue | The maximum badge value. |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |
MinValue(Double)
MinValue the value.
Declaration
public MobileTileBadgeBuilder MinValue(double minbadgevalue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minbadgevalue | The min badge value. |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |
Position(TileBadgePosition)
Badge position.
Declaration
public MobileTileBadgeBuilder Position(TileBadgePosition position)
Parameters
Type | Name | Description |
---|---|---|
TileBadgePosition | position | The badge position. |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |
Text(String)
Badge text.
Declaration
public MobileTileBadgeBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The badge text. |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |
Value(Double)
Values the specified badge value.
Declaration
public MobileTileBadgeBuilder Value(double badgeValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | badgeValue | The badge value. |
Returns
Type | Description |
---|---|
MobileTileBadgeBuilder |