윈도우 앱개발을 향하여

블로그 이미지
윈도우 10 스토어에 앱을 개발해 올리는 것을 목표로 하고 있습니다. 비전공자가 독학으로 시도하는 일이어서 얼마나 걸릴지 모르겠지만... 아무튼 목표는 그렇습니다!!
by 코딩하는 경제학도
  • Total hit
  • Today hit
  • Yesterday hit

UIElement description from metadata


public class UIElement : DependencyObject, IUIElement, IUIElementOverrides, IUIElement2, IUIElement3, IUIElement4, IUIElement5

    {

        //

        // Summary:

        //     Updates the Windows.UI.Xaml.UIElement.DesiredSize of a Windows.UI.Xaml.UIElement.

        //     Typically, objects that implement custom layout for their layout children call

        //     this method from their own Windows.UI.Xaml.FrameworkElement.MeasureOverride(Windows.Foundation.Size)

        //     implementations to form a recursive layout update.

        //

        // Parameters:

        //   availableSize:

        //     The available space that a parent can allocate to a child object. A child object

        //     can request a larger space than what is available; the provided size might be

        //     accommodated if scrolling or other resize behavior is possible in that particular

        //     container.

        public void Measure(Size availableSize);

        //

        // Summary:

        //     Positions child objects and determines a size for a Windows.UI.Xaml.UIElement.

        //     Parent objects that implement custom layout for their child elements should call

        //     this method from their layout override implementations to form a recursive layout

        //     update.

        //

        // Parameters:

        //   finalRect:

        //     The final size that the parent computes for the child in layout, provided as

        //     a Windows.Foundation.Rect value.

        public void Arrange(Rect finalRect);


이하 생략

AND

ARTICLE CATEGORY

분류 전체보기 (56)
Programming (45)
MSDN (4)
개발노트 (2)
reference (5)

RECENT ARTICLE

RECENT COMMENT

CALENDAR

«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

ARCHIVE