RectangleShape Properties

 

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Properties

Name Description
System_CAPS_pubproperty AccessibilityObject

Gets the AccessibleObject that is assigned to the control.(Inherited from Shape.)

System_CAPS_pubproperty AccessibleDefaultActionDescription

Gets or sets the default action description of the control for use by accessibility client applications.(Inherited from Shape.)

System_CAPS_pubproperty AccessibleDescription

Gets or sets the description of the control that is used by accessibility client applications.(Inherited from Shape.)

System_CAPS_pubproperty AccessibleName

Gets or sets the name of the control that is used by accessibility client applications.(Inherited from Shape.)

System_CAPS_pubproperty AccessibleRole

Gets or sets the accessible role of the control.(Inherited from Shape.)

System_CAPS_pubproperty Anchor

Gets or sets the edges of the container to which a shape is bound, and determines how a shape is resized when its parent is resized.(Inherited from Shape.)

System_CAPS_pubproperty BackColor

Gets or sets the background color for the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty BackgroundImage

Gets or sets the image displayed in the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty BackgroundImageLayout

Gets or sets the background image layout as defined in the ImageLayout enumeration.(Inherited from SimpleShape.)

System_CAPS_pubproperty BackStyle

Gets or sets the transparency of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty BorderColor

Gets or sets the color of the border of a shape or line control.(Inherited from Shape.)

System_CAPS_pubproperty BorderStyle

Gets or sets the border style for a shape or line control. (Inherited from Shape.)

System_CAPS_pubproperty BorderWidth

Gets or sets the width of the shape control's border.(Inherited from SimpleShape.)

System_CAPS_pubproperty Bottom

Gets the distance, in pixels, between the bottom edge of the shape and the top edge of its container's client area.(Inherited from SimpleShape.)

System_CAPS_pubproperty Bounds

Gets or sets the size and location of the shape in pixels, relative to the parent control.(Inherited from SimpleShape.)

System_CAPS_pubproperty CanFocus

Gets a value indicating whether a line or shape control can receive focus.(Inherited from Shape.)

System_CAPS_protproperty CanRaiseEvents

(Inherited from Component.)

System_CAPS_pubproperty CanSelect

Gets a value indicating whether a line or shape control can be selected.(Inherited from Shape.)

System_CAPS_pubproperty ClientRectangle

Gets the rectangle that represents the client area of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty ClientSize

Gets or sets the height and width of the client area of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty Container

Gets the IContainer that contains the Component.(Inherited from Shape.)

System_CAPS_pubproperty ContainsFocus

Gets a value indicating whether a line or shape control currently has the input focus.(Inherited from Shape.)

System_CAPS_pubproperty ContextMenu

Gets or sets the shortcut menu associated with a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty ContextMenuStrip

Gets or sets the ContextMenuStrip associated with a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty CornerRadius

Gets or sets the radius for the corners of rounded rectangle and rounded square shapes.

System_CAPS_pubproperty Created

Gets a value indicating whether a line or shape control has been created.(Inherited from Shape.)

System_CAPS_pubproperty Cursor

Gets or sets the cursor that is displayed when the mouse pointer is resting on a line or shape control.(Inherited from Shape.)

System_CAPS_protproperty DesignMode

(Inherited from Component.)

System_CAPS_pubproperty DisplayRectangle

Gets the rectangle that represents the display area of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty Disposing

Gets a value indicating whether the base Shape class is disposing.(Inherited from Shape.)

System_CAPS_pubproperty Enabled

Gets or sets a value indicating whether a line or shape control can respond to user interaction.(Inherited from Shape.)

System_CAPS_protproperty Events

(Inherited from Component.)

System_CAPS_pubproperty FillColor

Gets or sets the color that is used to fill the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty FillGradientColor

Gets or sets the gradient color that is used to fill the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty FillGradientStyle

Gets or sets the gradient style that is used to fill the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty FillStyle

Gets or sets the pattern used to fill the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty Focused

Gets a value indicating whether a line or shape control currently has the input focus.(Inherited from Shape.)

System_CAPS_pubproperty Height

Gets or sets the height of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty IsAccessible

Gets or sets a value indicating whether a line or shape control is available to accessibility applications.(Inherited from Shape.)

System_CAPS_pubproperty IsDisposed

Gets a value indicating whether a line or shape control has been disposed of.(Inherited from Shape.)

System_CAPS_pubproperty Left

Gets or sets the distance, in pixels, between the left edge of the shape and the left edge of its container's client area.(Inherited from SimpleShape.)

System_CAPS_pubproperty Location

Gets or sets the coordinates of the upper-left corner of the shape relative to the upper-left corner of its container.(Inherited from SimpleShape.)

System_CAPS_pubproperty Name

Gets or sets the name of a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty Parent

Gets or sets the parent container of a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty Region

Gets or sets the window region associated with a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty Right

Gets the distance, in pixels, between the right edge of the shape and the left edge of its container's client area.(Inherited from SimpleShape.)

System_CAPS_pubproperty SelectionColor

Gets or sets the selection color of a shape.(Inherited from Shape.)

System_CAPS_pubproperty Site

(Inherited from Component.)

System_CAPS_pubproperty Size

Gets or sets the height and width of the shape.(Inherited from SimpleShape.)

System_CAPS_pubproperty Tag

Gets or sets the object that contains data about a line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty Top

Gets or sets the distance, in pixels, between the top edge of the shape and the left edge of its container's client area.(Inherited from SimpleShape.)

System_CAPS_pubproperty UseWaitCursor

Gets or sets a value indicating whether to use the wait cursor for the current line or shape control.(Inherited from Shape.)

System_CAPS_pubproperty Visible

Gets or sets a value indicating whether a line or shape control is displayed.(Inherited from Shape.)

System_CAPS_pubproperty Width

Gets or sets the width of the shape.(Inherited from SimpleShape.)

See Also

RectangleShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top