名前 | 解説 | |
---|---|---|
![]() | BringToFront | Moves the layer to the front. It becomes the topmost nested layer of the base Layer or the top layer of the Surface. |
![]() | CreateSpace | オーバーロードされます。 Creates a Space object that represents an invisible helper rectangle for easy layout of other elements. |
![]() | CreateSubLayer | オーバーロードされます。 Creates a nested Layer object and adds it on top of other nested layers. |
![]() | CreateSubView | オーバーロードされます。 Creates a nested View object and adds it on top of other nested layers. |
![]() | CreateVisual | オーバーロードされます。 Creates a Visual object that represents a drawing element. |
![]() | Detach | Detaches this Layer from the owner Surface. |
![]() | GetNestedLayers | Returns the array of nested layers and views on this Layer. |
![]() | GetVisuals | Returns the array of Visual objects. |
![]() | MoveAbove | Moves the current Layer to the position on top of the specified layer. |
![]() | MoveBelow | Moves the current Layer to the position below the specified layer. |
![]() | SendToBack | Moves the layer to the back. It becomes the bottom nested layer of the base Layer or the bottom layer of the Surface. |
![]() | ToString | Returns a string that represents the current Layer. |