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. |
TXTextControl.WPF.TextControl.DrawingMarkerLines |
Specifies whether a marker frame is shown around a drawing to indicate its position and size. |
TXTextControl.WPF.TextControl.Drawings |
Gets a collection of all drawings contained in the text part with the input focus. |
TXTextControl.WPF.Drawing.ShapesContextMenu.SelectedShapesMenuItems |
Returns an array of System.Windows.Controls.Control objects that represents those items which are displayed in the context menu strip when the control is right clicked inside a shape. |
TXTextControl.WPF.Drawing.ShapesContextMenu.StandardMenuItems |
Returns an array of System.Windows.Controls.Control objects that represents those items which are displayed in the context menu strip when the control is right clicked outside a shape. |
TXTextControl.WPF.Drawing.TXDrawingControl.BackColor |
Gets or sets the TX Drawing Control's back color. |
TXTextControl.WPF.Drawing.TXDrawingControl.BorderColor |
Gets or sets the TX Drawing Control's border line color.The default value is null and represents the color System.Windows.SystemColors.WindowTextColor. |
TXTextControl.WPF.Drawing.TXDrawingControl.BorderWidth |
Gets or sets the TX Drawing Control's border line width. |
TXTextControl.WPF.Drawing.TXDrawingControl.CanCopy |
Informs whether shapes are selected which can be copied to the internal clipboard. |
TXTextControl.WPF.Drawing.TXDrawingControl.CanPaste |
Informs whether the internal clipboard contains shapes that can be pasted into the TX Drawing Control. |
TXTextControl.WPF.Drawing.TXDrawingControl.CanRedo |
Informs whether an operation can be re-done using the Redo method. |
TXTextControl.WPF.Drawing.TXDrawingControl.CanUndo |
Gets a value indicating whether the user can undo the previous operation in the TX Drawing Control. |
TXTextControl.WPF.Drawing.TXDrawingControl.IsCanvasVisible |
Gets a value whether the TX Drawing Control is interpreted as canvas or not. |
TXTextControl.WPF.Drawing.TXDrawingControl.Selection |
Gets an object of type Drawing.Selection that represents the current selected shapes inside the TX Drawing Control. |
TXTextControl.WPF.Drawing.TXDrawingControl.Shapes |
Gets an object of type ShapeCollection that represents those shapes which are displayed inside the TX Drawing Control. |
TXTextControl.WPF.Drawing.TXDrawingControl.ZoomFactor |
Gets or sets the zoom factor, in percent, for the TX Drawing Control. |