Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Visual Class
Properties Methods

In This Topic
    Visual Class Members
    In This Topic

    The following tables list the members exposed by Visual.

    Public Properties
     NameDescription
    Public PropertyGets or sets the associated array of GrapeCity.Documents.Layout.AnchorPoint objects.

    Either Contour or AnchorPoints can be assigned at the same time, but not both.

     
    Public PropertyGets or sets an associated GrapeCity.Documents.Layout.Contour object.

    Either Contour or AnchorPoints can be assigned at the same time, but not both.

     
    Public PropertyGets or sets a delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual and draws the visual on the graphics.  
    Public PropertyGet the height of the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or of the owner GrapeCity.Documents.Layout.LayoutView.  
    Public PropertyGets the ID of the space. Automatic IDs are negative, custom IDs are positive. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets true if this Space is not associated with any Layer, false otherwise. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets the owner Layer. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets a GrapeCity.Documents.Layout.LayoutRect associated with this Space, or a null reference (Nothing in Visual Basic) for a Visual without the associated rectangle. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets or sets the name of this Space. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets the array of points transformed relative to the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or relative to the owner GrapeCity.Documents.Layout.LayoutView.  
    Public PropertyGets or sets an object that contains arbitrary data associated with this space. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Public PropertyGets or sets a value indicating whether this Visual is visible.  
    Public PropertyGets the Visual that appears on top of the current Visual.  
    Public PropertyGets the Visual that appears below the current Visual.  
    Public PropertyGet the width of the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or of the owner GrapeCity.Documents.Layout.LayoutView.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a System.Drawing.RectangleF with the same Width and Height as this Visual.  
    Public MethodMoves the Visual to the front. It becomes the top Visual on the owner Layer.  
    Public MethodOverridden. Detaches this Visual from the owner Layer.  
    Public MethodMoves this Visual to the position on top of the specified visual.  
    Public MethodMoves this Visual to the position below the specified visual.  
    Public MethodMoves this Visual to the back. It becomes the bottom Visual on the owner Layer.  
    Public MethodReturns a string that represents the current Space. (Inherited from GrapeCity.Documents.Layout.Composition.Space)
    Top
    See Also