Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GaussianBlurEffect Class / BorderColor Property

In This Topic
    BorderColor Property
    In This Topic
    Gets or sets the color used to blend with the edge pixels of the image.

    The default is transparent black.

    .
    Syntax
    'Declaration
     
    Public Property BorderColor As System.Drawing.Color
    public System.Drawing.Color BorderColor {get; set;}
    See Also