C# Класс SilverlightFX.UserInterface.XBorder

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект

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

Свойство Тип Описание
ChildProperty System.Windows.DependencyProperty
ClipChildProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShadowBrushProperty System.Windows.DependencyProperty
ShadowSpreadProperty System.Windows.DependencyProperty

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

Метод Описание
OnApplyTemplate ( ) : void
XBorder ( ) : System

Initializes an instance of a Border.

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

Метод Описание
OnBorderChildPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCornerRadiusPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs e ) : void
OnShadowBrushPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnShadowSpreadPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateBorderChild ( UIElement childElement ) : void
UpdateBorderCornerRadius ( double radius ) : void
UpdateChildClip ( ) : void
UpdateShadowBrush ( System.Windows.Media.LinearGradientBrush brush ) : void
UpdateShadowSpread ( double spread ) : void

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

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

public OnApplyTemplate ( ) : void
Результат void

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

Initializes an instance of a Border.
public XBorder ( ) : System
Результат System

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

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

Represents the Child property of a Border.
public static DependencyProperty,System.Windows ChildProperty
Результат System.Windows.DependencyProperty

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

Represents the ClipChild property of a Border.
public static DependencyProperty,System.Windows ClipChildProperty
Результат System.Windows.DependencyProperty

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

Represents the CornerRadius property of a Border.
public static DependencyProperty,System.Windows CornerRadiusProperty
Результат System.Windows.DependencyProperty

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

Represents the ShadowBrush property of a Border.
public static DependencyProperty,System.Windows ShadowBrushProperty
Результат System.Windows.DependencyProperty

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

Represents the ShadowSpread property of a Border.
public static DependencyProperty,System.Windows ShadowSpreadProperty
Результат System.Windows.DependencyProperty