윈도우 앱개발을 향하여

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

FrameworkElement description from metadata


public class FrameworkElement : UIElement, IFrameworkElement, IFrameworkElementOverrides, IFrameworkElement2, IFrameworkElementOverrides2, IFrameworkElement3, IFrameworkElement4

    {

        //

        // Summary:

        //     Provides the behavior for the "Measure" pass of the layout cycle. Classes can

        //     override this method to define their own "Measure" pass behavior.

        //

        // Parameters:

        //   availableSize:

        //     The available size that this object can give to child objects. Infinity can be

        //     specified as a value to indicate that the object will size to whatever content

        //     is available.

        //

        // Returns:

        //     The size that this object determines it needs during layout, based on its calculations

        //     of the allocated sizes for child objects or based on other considerations such

        //     as a fixed container size.

        protected virtual Size MeasureOverride(Size availableSize);

        //

        // Summary:

        //     Provides the behavior for the "Arrange" pass of layout. Classes can override

        //     this method to define their own "Arrange" pass behavior.

        //

        // Parameters:

        //   finalSize:

        //     The final area within the parent that this object should use to arrange itself

        //     and its children.

        //

        // Returns:

        //     The actual size that is used after the element is arranged in layout.

        protected virtual Size ArrangeOverride(Size finalSize);

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