C# Class Xwt.WPFBackend.CustomPanel

Inheritance: System.Windows.Controls.Panel, IWpfWidget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Méthodes publiques

Свойство Type Description
RenderAction Action

Méthodes publiques

Méthode Description
CustomPanel ( ) : System
SetAllocation ( IWidgetBackend widgets, Rectangle rects, int singleWidget = -1 ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( System.Windows finalSize ) : Size
MeasureOverride ( System constraint ) : Size
OnRender ( System dc ) : void

Private Methods

Méthode Description
ArrangeChildren ( bool force ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( System.Windows finalSize ) : Size
finalSize System.Windows
Résultat System.Windows.Size

CustomPanel() public méthode

public CustomPanel ( ) : System
Résultat System

MeasureOverride() protected méthode

protected MeasureOverride ( System constraint ) : Size
constraint System
Résultat System.Windows.Size

OnRender() protected méthode

protected OnRender ( System dc ) : void
dc System
Résultat void

SetAllocation() public méthode

public SetAllocation ( IWidgetBackend widgets, Rectangle rects, int singleWidget = -1 ) : void
widgets IWidgetBackend
rects Rectangle
singleWidget int
Résultat void

Property Details

RenderAction public_oe property

public Action RenderAction
Résultat Action