Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,441 for

stroke color

(0.19 sec)
  1. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Format method. Provides access to fill and line formatting of the data labels in C++....Examples Shows how to set fill, stroke and callout formatting for...get_Stroke () -> set_Color ( System :: Drawing :: Color :: get_DarkGreen...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Element Builders – Create and Edit SVG Elements...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... Fill (Color. Red ). Stroke (Paint. None ) 5 . StrokeWidth...Cx(100).Cy(100).R(50).Fill(Color.Red).Stroke(Paint.None).StrokeWidth(2)...

    docs.aspose.com/svg/net/element-builders/
  3. Aspose::Words::Drawing::Charts::ChartFormat::ge...

    Aspose::Words::Drawing::Charts::ChartFormat::get_Stroke method. Gets line formatting for the parent chart element in C++....ormat::get_Stroke method ChartFormat::get_Stroke method Gets...Aspose :: Words :: Drawing :: Stroke > Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...usually represented by small 2-colors (usually black&white) simple...methods that accept java.awt.Stroke as a parameter. In the example...

    docs.aspose.com/page/java/ps/working-with-hatch...
  5. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... To set paint or stroke in a it’s necessary to provide...aspose. pydrawing.Pen class for stroking in their respective methods...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Aspose::Words::Drawing::Fill::Patterned method ...

    Aspose::Words::Drawing::Fill::Patterned method. Sets the specified fill to a pattern in C++....> ( get_MyDir () + u "Shape stroke pattern border.docx" ); auto...with foreground and background colors to the shape fill: fill ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Shadow Effects in PSD File|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....an object and to adjust its color, offset and blur. Below is the...Rotated Text Layers Stroke Effect With Color Fill...

    docs.aspose.com/psd/net/shadow-effects-in-psd-f...
  8. ChartDataTable.show property | Aspose.Words for...

    ChartDataTable.show property. Gets or sets a flag indicating whether the data table will be shown for the chart... stroke . weight = 1 ; dataTable . format . stroke . dashStyle...; dataTable . format . stroke . color = "#00008B" ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Fill.patterned method | Aspose.Words for Python

    aspose.words.drawing.Fill.patterned method...patterned(pattern_type, fore_color, back_color) Sets the specified fill... fore_color : aspose . pydrawing . Color , back_color : aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Working with Shapes in PostScript | C++

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... If we need to stroke (outline) a rectangle the first...points 5 and 6 will be: Set the stroke to the current graphics state...

    docs.aspose.com/page/cpp/ps/working-with-shapes/