Class MobileRadialWindowsPropertiesBuilder
Class for Radial Windows specific builder
Inheritance
System.Object
MobileRadialWindowsPropertiesBuilder
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileRadialWindowsPropertiesBuilder
Constructors
MobileRadialWindowsPropertiesBuilder(MobileRadialWindowsProperties)
Initializes a new instance of the MobileRadialWindowsPropertiesBuilder class.
Declaration
public MobileRadialWindowsPropertiesBuilder(MobileRadialWindowsProperties mRadialModel)
Parameters
Type | Name | Description |
---|---|---|
MobileRadialWindowsProperties | mRadialModel | The Radial model. |
Methods
Text(String)
Radial Text.
Declaration
public MobileRadialWindowsPropertiesBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | Text. |
Returns
Type | Description |
---|---|
MobileRadialWindowsPropertiesBuilder |