Skip to main content

TdxCornerViewInfoType Enum

Declaration

TdxCornerViewInfoType = (
    Normal,
    OuterHorizontalStart,
    OuterVerticalStart,
    OuterHorizontalEnd,
    OuterVerticalEnd,
    InnerTopLeft,
    InnerTopMiddle,
    InnerTopRight,
    InnerLeftMiddle,
    InnerRightMiddle,
    InnerBottomLeft,
    InnerBottomMiddle,
    InnerBottomRight,
    InnerNormal
);

Members

Name
Normal
OuterHorizontalStart
OuterVerticalStart
OuterHorizontalEnd
OuterVerticalEnd
InnerTopLeft
InnerTopMiddle
InnerTopRight
InnerLeftMiddle
InnerRightMiddle
InnerBottomLeft
InnerBottomMiddle
InnerBottomRight
InnerNormal
See Also