Show / Hide Table of Contents

    Class CheckBox

    A visual control used to indicate that something is checked.

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<CheckBoxDrawable>
    CheckBox
    Implements
    IMeasurable
    ICheckBox
    Inherited Members
    GraphicsView<CheckBoxDrawable>.IsEnabled
    GraphicsView<CheckBoxDrawable>.Measure(Double, Double)
    GraphicsView<CheckBoxDrawable>.SetProperty<T>(String, T)
    GraphicsView<CheckBoxDrawable>.GetProperty<T>(String)
    GraphicsView<CheckBoxDrawable>.Drawable
    GraphicsView<CheckBoxDrawable>.OnUnfocused(Object, EventArgs)
    GraphicsView<CheckBoxDrawable>.OnFocused(Object, EventArgs)
    GraphicsView<CheckBoxDrawable>.OnTouch(Object, TouchEventArgs)
    SkiaGraphicsView.OnPaintSurface(Object, SKPaintSurfaceEventArgs)
    SKGLSurfaceView.OnDrawFrame()
    SKGLSurfaceView.OnResized()
    SKGLSurfaceView.Dispose(Boolean)
    CustomRenderingView.MainloopContext
    CustomRenderingView.PaintSurface
    CustomRenderingView.Invalidate()
    CustomRenderingView.SendPaintSurface(SKPaintSurfaceEventArgs)
    Namespace: Tizen.UIExtensions.NUI.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class CheckBox : GraphicsView<CheckBoxDrawable>, IMeasurable, ICheckBox

    Constructors

    CheckBox()

    Initializes a new instance of the CheckBox class.

    Declaration
    public CheckBox()

    Properties

    Color

    Gets or sets the Color of the CheckBox.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    IsChecked

    Gets a value indicating whether control is checked currently.

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type Description
    System.Boolean

    Text

    Gets or sets the Text displayed as the content of the CheckBox.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextColor

    Gets or sets the Color for the text of the CheckBox

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color

    Events

    ValueChanged

    Occurs when IsChecked is changed

    Declaration
    public event EventHandler ValueChanged
    Event Type
    Type Description
    System.EventHandler

    Implements

    IMeasurable
    ICheckBox
    Back to top Copyright © 2021 Samsung
    Generated by DocFX