Table of Contents

TDrawingPathGradient.FillToRect Property

This element defines the "focus" rectangle for the center shade, specified relative to the fill tile rectangle.

The center shade fills the entire tile except the margins specified by each attribute.

Each edge of the center shade rectangle is defined by a percentage offset from the corresponding edge of the tile rectangle. A positive percentage specifies an inset, while a negative percentage specifies an outset.

Syntax

Namespace: FlexCel.Core

public Nullable<TDrawingRelativeRect> FillToRect { get; }

See also