分享

Definition of the border width of the four sides of the control

 大傻子的文渊阁 2021-01-19
name Description
Left [} 440] Definition of the distance from the left side to the left
side of the surrounding control
LeftUnit [} 440] Definition of the unit of the distance to the right side
of the surrounding control:
· Pixels for absolute positioning
· Percent for relative positioning
Top [} 440] Definition of the distance from the top side to the top
side of the surrounding control
TopUnit [} 440] Selection of the unit of the distance to the top side of
the surrounding control:
· Pixels for absolute positioning
· Percent for relative positioning
Right [} 443] Definition of the distance from the right side to the
right side of the surrounding control
RightUnit [} 443] Selection of the unit of the distance to the right side
of the surrounding control:
· Pixels for absolute positioning
· Percent for relative positioning
Bottom [} 443] Definition of the distance from the bottom side to the
bottom side of the surrounding control
BottomUnit [} 443] Selection of the unit of the distance to the bottom
side of the surrounding control:
· Pixels for absolute positioning
· Percent for relative positioning
Width [} 441] Definition of the external width of the control
WidthUnit [} 441] Selection of the unit of the width:
· Pixels for an absolute width
· Percent for a relative width
Height [} 442] Definition of the external height of the control
HeightUnit [} 442] Selection of the unit of the height:
· Pixels for an absolute height
· Percent for a relative height
MaxWidth [} 451] Definition of the maximum width if the control size is
defined as dynamic
MaxWidthUnit [} 451] Selection of the unit of the maximum width:
· Pixels for an absolute value
· Percent for a relative value
MinWidth [} 452] Definition of the minimum width if the control size is
defined as dynamic
MinWidthUnit [} 452] Selection of the unit of the minimum width:
· Pixels for an absolute value
· Percent for a relative value
MaxHeight [} 450] Definition of the maximum height if the control size is
defined as dynamic
MaxHeightUnit [} 451] Selection of the unit of the maximum height:
· Pixels for an absolute value
· Percent for a relative value
MinHeight [} 450] Definition of the minimum height if the control size is
defined as dynamic
MinHeightUnit [} 450] Selection of the unit of the minimum height:
· Pixels for an absolute value
· Percent for a relative value
RenderedLeft [} 444] Calculated distance in pixels from the left side to the
left side of the surrounding control
RenderedTop [} 444] Calculated distance in pixels from the top side to the
top side of the surrounding control
RenderedRight [} 445] Calculated distance in pixels from the right side to the
right side of the surrounding control
RenderedBottom [} 444] Calculated distance in pixels from the bottom side to
the bottom side of the surrounding control
RenderedWidth [} 445] Calculated width of the control in pixels
RenderedHeight [} 445] Calculated height of the control in pixels
GridRowIndex [} 446] Definition of the row of a grid in which the control is to
be displayed
GridColumnIndex [} 446] Definition of the column of a grid in which the control
is to be displayed
Opacity [} 452] Definition of the transparency of the entire control
Visibility [} 453] Selection of the visibility of a control:
· Visible: Control is visible
· Hidden: Control is invisible, but is drawn – controls
behind it cannot be operated
· Collapsed: Control is invisible and is not drawn –
controls behind it can be operated
ZIndex [} 454] Definition of the position on the Z-axis
Transform [} 453] Definition of a transformation of a control:
· Translate: Translate in X-, Y-, Z-direction
· Rotate: Rotate by an angle
· Scale: Zoom by a factor
· Skew: Sides shown skewed by an angle
· Origin: Set the origin of the transformation relative
to the position of the control
· Perspective: Set the perspective of the
transformations of all child elements
BoxShadow [} 454] Definition of a shadow
WidthMode [} 464] Selection of the method of calculating the width:
· Value: The width is defined by the width entered.
· Parent: The width is defined by the distance to the
left and right side of the parent element. The
"Width" attribute is ignored in all calculations!
· Content: The height is defined by the width of the
content. The "Width" attribute is ignored in all
calculations!
HeightMode [} 464] Selection of the method of calculating the height:
· Value: The height is defined by the height entered.
· Parent: The height is defined by the distance to the
top and bottom side of the parent element. The
"Height" attribute is ignored in all calculations!       · Content: The height is defined by the height of the
content. The "Height" attribute is ignored in all
calculations!
Category: Common
Name Description
IsEnabled [} 464] Selection of whether the control is enabled
Id [} 438] Definition of the name of the control
Type [} 453] Type name of the control.
ClassNames [} 439] Definition of control classes
IsAttached [} 439] If a control is logically assigned in the DOM.
ToolTip [} 452] Definition of the tool tip for the control


Category: Border
Name Description
BorderRadius [} 447] Definition of the radius of the four corners to round
them off
BorderStyle [} 447] Selection of the border style of the four sides of the
control
BorderWidth [} 447] Definition of the border width of the four sides of the
control


Category: Background Image
Name Description
BackgroundImage [} 448] Definition of an image that is located above the
background color
BackgroundImageHeight [} 449] Definition of the height of the background image
BackgroundImageHeightUnit [} 449] Selection of the unit of the height of the background
image:
· Pixels for an absolute height
· Percent for a relative height
BackgroundImageWidth [} 448] Definition of the width of the background image
BackgroundImageWidthUnit [} 448] Selection of the unit of the width of the background
image:
· Pixels for an absolute width
· Percent for a relative width
BackgroundImagePadding [} 449] Definition of an additional distance between the
border of the control and background image for the
four sides
BackgroundImageVerticalAlignment [} 450] Definition of the vertical alignment of the background
image within the control
BackgroundImageHorizontalAlignment [} 449] Definition of the horizontal alignment of the
background image within the control


Events
Category: Framework
ame Description
onAttached [} 455] The control was added to the display.
onDetached [} 455] The control was removed from the display.
onInitialized [} 455] The control was initialized.
onMoved [} 458] The control was moved in relation to the browser
window.
onResized [} 458] The size of the control was changed.


Category: Operator
Name Description
onPressed [} 458] A mouse click was executed or a touch screen was
briefly touched.
onMouseClick [} 455] The left mouse button was clicked over the control
and released.
onMouseDoubleClick [} 455] The left mouse button was clicked twice over the
control and released.
onMouseRightClick [} 457] The right mouse button was clicked over the control
and released.
onMouseDown [} 455] A mouse button was depressed over the control.
onMouseEnter [} 456] The mouse pointer was moved over the control.
onMouseLeave [} 456] The mouse pointer has left the control.
onMouseUp [} 457] A mouse button was released over the control.
onMouseDownLeft [} 456] The left mouse button was depressed over the
control.
onMouseDownRight [} 456] The right mouse button was depressed over the
control.
onMouseMove [} 456] The mouse was moved over the control.
onMouseOver [} 457] The mouse pointer was moved over the control or
one of its children.
onMouseOut [} 456] The mouse pointer has left the control or one of its
child controls.
onMouseUpLeft [} 457] The left mouse button was released over the control.
onMouseUpRight [} 457] The right mouse button was released over the
control.
onMouseWheel [} 457] The mouse wheel was moved over the control.
onTouchStart [} 458] A finger/stylus was placed against a touch screen.
onTouchMove [} 458] A finger/stylus was moved on a touch screen.
onTouchEnd [} 458] A finger/stylus was lifted off a touch screen.
onTouchCancel [} 458] An interaction with a touch screen was aborted.


Access rights
Name Description
observe [} 459] Determines whether the control is generally
observable.
operate [} 459] Determines whether the control is generally operable.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多