Show / Hide Table of Contents

    Class RadioCellRenderer

    Inheritance
    System.Object
    RadioCellRenderer
    Radio2TextCellRenderer
    Namespace: Tizen.Wearable.CircularUI.Forms.Renderer
    Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
    Syntax
    public class RadioCellRenderer : CellRenderer

    Constructors

    RadioCellRenderer()

    Declaration
    public RadioCellRenderer()

    RadioCellRenderer(String)

    Declaration
    protected RadioCellRenderer(string style)
    Parameters
    Type Name Description
    System.String style

    Properties

    MainPart

    Declaration
    protected string MainPart { get; set; }
    Property Value
    Type Description
    System.String

    RadioPart

    Declaration
    protected string RadioPart { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnCellPropertyChanged(Cell, String, Dictionary<String, EvasObject>)

    Declaration
    protected override bool OnCellPropertyChanged(Cell cell, string property, Dictionary<string, EvasObject> realizedView)
    Parameters
    Type Name Description
    Cell cell
    System.String property
    Dictionary<System.String, EvasObject> realizedView
    Returns
    Type Description
    System.Boolean

    OnGetContent(Cell, String)

    Declaration
    protected override EvasObject OnGetContent(Cell cell, string part)
    Parameters
    Type Name Description
    Cell cell
    System.String part
    Returns
    Type Description
    EvasObject

    OnGetText(Cell, String)

    Declaration
    protected override Span OnGetText(Cell cell, string part)
    Parameters
    Type Name Description
    Cell cell
    System.String part
    Returns
    Type Description
    Span
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX