Table of Contents

Class SvgRadialGradientServer

Namespace
Svg
Assembly
Svg.dll
[SvgElement("radialGradient")]
public class SvgRadialGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgRadialGradientServer
Implements
Inherited Members
Extension Methods

Properties

CenterX

public SvgUnit CenterX { get; set; }

Property Value

SvgUnit

CenterY

public SvgUnit CenterY { get; set; }

Property Value

SvgUnit

FocalRadius

public SvgUnit FocalRadius { get; set; }

Property Value

SvgUnit

FocalX

public SvgUnit FocalX { get; set; }

Property Value

SvgUnit

FocalY

public SvgUnit FocalY { get; set; }

Property Value

SvgUnit

Radius

public SvgUnit Radius { get; set; }

Property Value

SvgUnit

Methods

CreateBrush(SvgVisualElement, ISvgRenderer, float, bool)

protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke)

Parameters

renderingElement SvgVisualElement
renderer ISvgRenderer
opacity float
forStroke bool

Returns

Brush

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement