Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 8,261 for

fill color

(0.07 sec)
  1. 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/
  2. Aspose::Words::Drawing::Shape::get_FillColor me...

    Aspose::Words::Drawing::Shape::get_FillColor method. Defines the brush Color that Fills the closed path of the shape in C++....method Defines the brush color that fills the closed path of the...shape. System :: Drawing :: Color Aspose :: Words :: Drawing ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Working with Transparency in XPS file | Python

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... fill = doc. create_solid_color_brush (aspose.... pydrawing . Color . gray ) 16 doc. add_path (doc. create_path_geometry...

    docs.aspose.com/page/python-net/xps/working-wit...
  4. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... fill . preset_textured ( aw . drawing...stroke . fore_color = aspose . pydrawing . Color . yellow data_points...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientStyle enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.GradientStyle enumeration. Specifies the style for a gradient Fill....Specifies the style for a gradient fill. Members Name Description None...corners. Examples Shows how to fill a shape with a gradients. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Stroke.Weight | Aspose.Words for .NET

    Discover the Stroke Weight property to customize brush thickness for shapes. Enhance your designs with precise path strokes in points!... // 1 - The fill, which applies to the area within...the shape: shape . Fill . ForeColor = Color . White ; // 2 - The...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Stroke.LineStyle | Aspose.Words for .NET

    Discover the Stroke LineStyle property to customize your design with unique line styles for strokes, enhancing your project's visual appeal.... // 1 - The fill, which applies to the area within...the shape: shape . Fill . ForeColor = Color . White ; // 2 - The...

    reference.aspose.com/words/net/aspose.words.dra...
  8. GradientStop Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientStop class, your solution for creating stunning gradients with customizable stops for enhanced document visuals....Description GradientStop ( Color, double ) Initializes a new...GradientStop class. GradientStop ( Color, double, double ) Initializes...

    reference.aspose.com/words/net/aspose.words.dra...
  9. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure Color of your gradient stop, enhancing your design with precision and clarity....Gets a value representing the color of the gradient stop without...without any modifiers. public Color BaseColor { get ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.dra...
  10. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number of items 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...