DataGate Print File Designer®

Shape Properties

Shape Class

Public Properties


System.Drawing.Color
Property Description

public propertyAnchor
(inherited from Control)

Gets or sets which edges of the control are anchored to the edges of its container.

public propertyBackColor
(inherited from Control)

Gets or sets the background color for the control.

public propertyBackgroundImage
(inherited from Control)

Gets or sets the background image displayed in the control.

public propertyBorderColor

Gets or sets the enumeration value for the color of the border.  Black is the default.

public propertyBorderLineStyle

Gets or sets the LineStyles enumeration value for the line style of the border of a shape.  The default is Solid.

BorderUnit

Gets or sets the ASNA.DataGate.PrintControls.Units enumeration value for the unit of measurement for the width of the border.  The default is Millimeters.

BorderWidth

Gets or sets the width of the border using the unit of measurement specified in BorderUnit.  The default is .01.

public propertyCurrentShape

Gets or sets the Shapes enumeration value to define the shape.

public propertyDock
(inherited from Control)

Gets or sets which edge of the parent container a control is docked to.

public propertyEnabled
(inherited from Control)

Gets or sets a value indicating whether the control can respond to user interaction.

public propertyFieldBottom

The distance, in inches or millimeters, from the top of the format to the bottom of the control.

public propertyFieldLeft

The distance, in inches or millimeters, from the left of the format to the left of the control.

public propertyFieldRight

The distance, in inches or millimeters, from the left of the format to the right of the control.

public propertyFieldTop

The distance, in inches or millimeters, from the top of the format to the top of the control.

public propertyFillColor

Gets or sets the System.Drawing.Color enumeration value for the color used to fill the shape.  The default is Transparent.

public propertyFillStyle

Gets or sets the FillStyles enumeration value for the pattern used to fill the shape.  The default is Solid.

public propertyFont
(inherited from Control)

Gets or sets the font of the text displayed by the control.

public propertyForecolor
(inherited from Control)

Gets or sets the foreground color of the control.

public propertyLocation
(inherited from Control)

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

public property Name
(inherited from Control)

Gets or sets the name of the control.

public propertyPrintCondition

Gets or sets the logic statement with indicator values that will allow the control to print only when the statement evaluates as true.

public propertyRightToLeft
(inherited from Control)

Gets or sets a value indicating whether a control's elements are aligned to support locales using right-to-left fonts.

public propertySize
(inherited from Control)

Gets or sets the height and width of the control in pixels.

public property TabIndex
(inherited from Control)

Gets or sets the tab order of the control within its container.

public property TabStop
(inherited from Panel)

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

public property Text
(inherited from Panel)

Gets or sets the text associated with this control.  See Control.Text.

public propertyVisible
(inherited from Control)

Gets or sets a value indicating whether the control is visible or hidden.  The default is True.


See Also

Shape Class | Setting Shape Properties | LineStyles Enumeration | Units Enumeration | Shapes Enumeration | System.Drawing.Color Enumeration | FillStyles Enumeration | Control.Text Property