PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderShapeBase Class / FragmentResolvedScript Property

In This Topic
    FragmentResolvedScript Property (RenderShapeBase)
    In This Topic
    Gets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the Fragments collection on the current object.
    Syntax
    'Declaration
     
    Public Property FragmentResolvedScript As String
    public string FragmentResolvedScript {get; set;}
    See Also