C# Class RedBadger.Xpf.Controls.Panel

Inheritance: UIElement
Exibir arquivo Open project: redbadger/XPF

Public Properties

Property Type Description
BackgroundProperty ReactiveProperty

Public Methods

Method Description
GetVisualChildren ( ) : IEnumerable

Protected Methods

Method Description
CreateChildrenCollection ( ) : IList
OnRender ( IDrawingContext drawingContext ) : void

Private Methods

Method Description
EnsureChildrenCollection ( ) : void

Method Details

CreateChildrenCollection() protected method

protected CreateChildrenCollection ( ) : IList
return IList

GetVisualChildren() public method

public GetVisualChildren ( ) : IEnumerable
return IEnumerable

OnRender() protected method

protected OnRender ( IDrawingContext drawingContext ) : void
drawingContext IDrawingContext
return void

Property Details

BackgroundProperty public_oe static_oe property

public static ReactiveProperty BackgroundProperty
return ReactiveProperty