Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,967 for

fill color

(0.18 sec)
  1. GradientStopCollection.insert method | Aspose.W...

    GradientStopCollection.insert method. Inserts a [GradientStop](../../gradientstop/) to the collection at a specified index....gradient stops to the gradient fill. doc = aw . Document () builder...height = 80 ) shape . fill . two_color_gradient ( color1 = aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GradientStopCollection indexer | Aspose.Words f...

    GradientStopCollection indexer. Gets or sets a [GradientStop](../../gradientstop/) object in the collection....gradient stops to the gradient fill. doc = aw . Document () builder...height = 80 ) shape . fill . two_color_gradient ( color1 = aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Chart Formatting|Aspose.Slides Documentation

    Format chart entities in PowerPoint presentations in C# or .NET...back wall fill color Set the chart plot area fill color Write the...FillFormat . SolidFillColor . Color = Color . Gray ; chartTitle . PortionFormat...

    docs.aspose.com/slides/net/chart-formatting/
  4. Aspose::Words::Drawing::Charts::ChartFormat::ge...

    Aspose::Words::Drawing::Charts::ChartFormat::get_Fill method. Gets Fill formatting for the parent chart element in C++....:get_Fill method ChartFormat::get_Fill method Gets fill formatting...Aspose :: Words :: Drawing :: Fill > Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Stroke.join_style property | Aspose.Words for P...

    Stroke.join_style property. Defines the join style of a polyline.... color = drawing . Color . red arrow . stroke...# 3 - Arrow with a green fill: filled_in_arrow = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. GradientStop class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GradientStop class. Represents one gradient stop...Name Description GradientStop(color, position) Initializes a new...GradientStop class. GradientStop(color, position, transparency) Initializes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stroke.on property | Aspose.Words for Python

    Stroke.on property. Defines whether the path will be stroked.... # 1 - The fill, which applies to the area within...shape . fill . fore_color = aspose . pydrawing . Color . white...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../shape/).... # 1 - The fill, which applies to the area within...shape . fill . fore_color = aspose . pydrawing . Color . white...

    reference.aspose.com/words/python-net/aspose.wo...
  9. GradientStopCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your gradients with the GradientStopCollection Add method. Seamlessly add custom GradientStops for vibrant designs....gradient stops to the gradient fill. Document doc = new Document...shape . Fill . TwoColorGradient ( Color . Green , Color . Red ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...a smooth transition of one color to another. It is used for making...below we demonstrate how to fill a shape and a text and outline...

    docs.aspose.com/page/net/ps/working-with-gradient/