Méthode | Description | |
---|---|---|
ApplyTransform ( DesignItem designItem, |
||
ArrangeItems ( IEnumerable |
||
CanDeleteComponents ( ICollection |
Gets if the specified components can be deleted.
|
|
CanSelectComponent ( DesignItem item ) : bool | ||
ComparePositionInModelFile ( DesignItem a, DesignItem b ) : int |
Compares the positions of a and b in the model file.
|
|
CreateVisualTree ( this element ) : void | ||
DeleteComponents ( ICollection |
Deletes the specified components from their parent containers. If the deleted components are currently selected, they are deselected before they are deleted.
|
|
GetHeight ( UIElement element ) : double | ||
GetWidth ( UIElement element ) : double | ||
IsInDocument ( DesignItem item ) : bool |
Gets if the specified design item is in the document it belongs to.
|
|
Resize ( DesignItem item, double newWidth, double newHeight ) : void | ||
StretchItems ( IEnumerable |
||
WrapItemsNewContainer ( IEnumerable |
Méthode | Description | |
---|---|---|
GetDefaultSize ( DesignItem createdItem ) : |
||
GetItemPos ( PlacementOperation operation, DesignItem designItem ) : ItemPos |
public static ApplyTransform ( DesignItem designItem, |
||
designItem | DesignItem | |
transform | ||
relative | bool | |
Résultat | void |
public static ArrangeItems ( IEnumerable |
||
items | IEnumerable |
|
arrangeDirection | ArrangeDirection | |
Résultat | void |
public static CanDeleteComponents ( ICollection |
||
items | ICollection |
|
Résultat | bool |
public static CanSelectComponent ( DesignItem item ) : bool | ||
item | DesignItem | |
Résultat | bool |
public static ComparePositionInModelFile ( DesignItem a, DesignItem b ) : int | ||
a | DesignItem | |
b | DesignItem | |
Résultat | int |
public static CreateVisualTree ( this element ) : void | ||
element | this | |
Résultat | void |
public static DeleteComponents ( ICollection |
||
deleteItems | ICollection |
|
Résultat | void |
public static GetHeight ( UIElement element ) : double | ||
element | UIElement | |
Résultat | double |
public static GetWidth ( UIElement element ) : double | ||
element | UIElement | |
Résultat | double |
public static IsInDocument ( DesignItem item ) : bool | ||
item | DesignItem | |
Résultat | bool |
public static Resize ( DesignItem item, double newWidth, double newHeight ) : void | ||
item | DesignItem | |
newWidth | double | |
newHeight | double | |
Résultat | void |
public static StretchItems ( IEnumerable |
||
items | IEnumerable |
|
stretchDirection | StretchDirection | |
Résultat | void |
public static WrapItemsNewContainer ( IEnumerable |
||
items | IEnumerable |
|
containerType | ||
doInsert | bool | |
Résultat | Rect>.Tuple |