Class DialogRenderModePropertiesBuilder
Inheritance
System.Object
DialogRenderModePropertiesBuilder
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 DialogRenderModePropertiesBuilder
Constructors
DialogRenderModePropertiesBuilder(MobileDialogProperties)
Initializes a new instance of the
Declaration
public DialogRenderModePropertiesBuilder(MobileDialogProperties mobiledialogModel)
Parameters
Type | Name | Description |
---|---|---|
MobileDialogProperties | mobiledialogModel |
Methods
RenderDefault(Boolean)
Specifies whether to render control based on the windowsphone's current accent color and device theme.
Declaration
public DialogRenderModePropertiesBuilder RenderDefault(bool renderDefault)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | renderDefault | if set to |
Returns
Type | Description |
---|---|
DialogRenderModePropertiesBuilder |