C# Класс XFAedSearch.Views.RoundedButton

Наследование: NControl.Abstractions.NControlView
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BackColorProperty BindableProperty
BorderColorProperty BindableProperty
BorderWidthProperty BindableProperty
CommandParameterProperty BindableProperty
CommandProperty BindableProperty
FontSizeProperty BindableProperty
TextColorProperty BindableProperty
TextProperty BindableProperty

Private Properties

Свойство Тип Описание
OnFontSizeChanged void
OnTextChanged void
OnTextColorChanged void

Открытые методы

Метод Описание
Draw ( ICanvas canvas, NGraphics.Rect rect ) : void
RoundedButton ( ) : System
TouchesBegan ( IEnumerable points ) : bool
TouchesCancelled ( IEnumerable points ) : bool
TouchesEnded ( IEnumerable points ) : bool

Приватные методы

Метод Описание
OnFontSizeChanged ( ) : void
OnTextChanged ( ) : void
OnTextColorChanged ( ) : void

Описание методов

Draw() публичный Метод

public Draw ( ICanvas canvas, NGraphics.Rect rect ) : void
canvas ICanvas
rect NGraphics.Rect
Результат void

RoundedButton() публичный Метод

public RoundedButton ( ) : System
Результат System

TouchesBegan() публичный Метод

public TouchesBegan ( IEnumerable points ) : bool
points IEnumerable
Результат bool

TouchesCancelled() публичный Метод

public TouchesCancelled ( IEnumerable points ) : bool
points IEnumerable
Результат bool

TouchesEnded() публичный Метод

public TouchesEnded ( IEnumerable points ) : bool
points IEnumerable
Результат bool

Описание свойств

BackColorProperty публичное статическое свойство

public static BindableProperty BackColorProperty
Результат BindableProperty

BorderColorProperty публичное статическое свойство

public static BindableProperty BorderColorProperty
Результат BindableProperty

BorderWidthProperty публичное статическое свойство

public static BindableProperty BorderWidthProperty
Результат BindableProperty

CommandParameterProperty публичное статическое свойство

public static BindableProperty CommandParameterProperty
Результат BindableProperty

CommandProperty публичное статическое свойство

public static BindableProperty CommandProperty
Результат BindableProperty

FontSizeProperty публичное статическое свойство

public static BindableProperty FontSizeProperty
Результат BindableProperty

TextColorProperty публичное статическое свойство

public static BindableProperty TextColorProperty
Результат BindableProperty

TextProperty публичное статическое свойство

public static BindableProperty TextProperty
Результат BindableProperty