Method | Description | |
---|---|---|
AddControl ( |
||
CanvasControl ( |
||
GetExpectedSize ( Point available ) : Point | ||
RemoveControl ( |
||
SetActualSize ( Point available ) : void |
Method | Description | |
---|---|---|
OnInsertControl ( CollectionEventArgs args ) : void | ||
OnRemoveControl ( CollectionEventArgs args ) : void |
public AddControl ( |
||
control | ||
position | Point | |
return | void |
public CanvasControl ( |
||
manager | ||
style | string | |
return | System |
public GetExpectedSize ( Point available ) : Point | ||
available | Point | |
return | Point |
protected OnInsertControl ( CollectionEventArgs args ) : void | ||
args | CollectionEventArgs | |
return | void |
protected OnRemoveControl ( CollectionEventArgs args ) : void | ||
args | CollectionEventArgs | |
return | void |
public RemoveControl ( |
||
control | ||
return | void |
public SetActualSize ( Point available ) : void | ||
available | Point | |
return | void |