TXTextControl.ServerTextControl.Drawings |
Gets a collection of all drawings in a document. |
TXTextControl.DataVisualization.DrawingEventArgs.DrawingFrame |
Gets an object that represents the drawing which causes the event. |
TXTextControl.DataVisualization.DrawingFrame.Drawing |
Gets the drawing control associated with the drawing frame. |
TXTextControl.DataVisualization.DrawingFrame.ExportCompressionQuality |
Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the drawing's bitmap image is exported. |
TXTextControl.DataVisualization.DrawingFrame.ExportFileName |
Gets or sets the file name, when the drawing's bitmap image is exported. |
TXTextControl.DataVisualization.DrawingFrame.ExportFilterIndex |
Gets or sets the format used, if a drawing's bitmap image is exported. |
TXTextControl.DataVisualization.DrawingFrame.ExportResolution |
Gets or sets the maximum resolution in dots per inch in which the drawing's bitmap image is saved. |
TXTextControl.DataVisualization.DrawingFrame.SaveMode |
Determines whether the drawing's bitmap image is stored through its binary data or through a file reference. |
TXTextControl.Drawing.Selection.CanBringForward |
Gets value that indicates whether the selected shapes' levels can be increased by one. |
TXTextControl.Drawing.Selection.CanBringToFront |
Gets value that indicates whether the selected shape can be displayed as the uppermost shape of all shapes. |
TXTextControl.Drawing.Selection.CanSendBackward |
Gets value that indicates whether the selected shapes' levels can be decreased by one. |
TXTextControl.Drawing.Selection.CanSendToBack |
Gets value that indicates whether the selected shape can be displayed as the lowest shape of all shapes. |
TXTextControl.Drawing.Selection.Shapes |
Gets or set the selected shapes . |
TXTextControl.Drawing.Shape.Angle |
Gets or sets the angle of the shape inside the TX Drawing Control. |
TXTextControl.Drawing.Shape.AutoSize |
Gets or sets a value indicating whether the shape is automatically resized with the TX Drawing Control. |
TXTextControl.Drawing.Shape.Bounds |
Gets or sets the bounding rectangle of the shape. |
TXTextControl.Drawing.Shape.CanFitToCanvas |
Gets a value which indicates whether the FitToCanvas method can be used or not. |
TXTextControl.Drawing.Shape.Flip |
Gets or sets whether and in what form the shape is flipped. |
TXTextControl.Drawing.Shape.Index |
Represents the index of the shape inside control's shape collection. |
TXTextControl.Drawing.Shape.Movable |
Gets or sets a value which indicates whether the shape is movable or not. |
TXTextControl.Drawing.Shape.IsSelected |
Gets a value which indicates whether the shape is selected or not. |
TXTextControl.Drawing.Shape.Sizable |
Gets or sets a value which indicates whether the shape is sizable or not. |
TXTextControl.Drawing.Shape.Location |
Gets or sets shape's current location. |
TXTextControl.Drawing.Shape.ShapeFill |
Gets the shape's fill properties. |
TXTextControl.Drawing.Shape.ShapeOutline |
Gets the shape's outline properties. |
TXTextControl.Drawing.Shape.Size |
Gets or sets the shape's current size. |
TXTextControl.Drawing.Shape.Type |
Gets or sets the shape's type. |
TXTextControl.Drawing.Shape.Fill.Color |
Gets or sets the shape's fill color. |
TXTextControl.Drawing.Shape.Outline.Color |
Gets or sets the shape's line color. |
TXTextControl.Drawing.Shape.Outline.Width |
Gets or sets the shape's line width. |
TXTextControl.Drawing.ShapeCollection.Item |
Gets an object of type Shape from the collection. |
TXTextControl.Drawing.ShapeEventArgs.Shape |
Gets an object of type Shape that represents the shape which causes the event. |
TXTextControl.Drawing.ViewChangedEventArgs.ClipRectangle |
Gets an object of type System.Drawing.Rectangle that represents the region where the control view is changed by UI editing. |