Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 8,009 for

fill color

(0.11 sec)
  1. Shape is created but it is not visible - Free S...

    When i create a shape it is created and i also can select shape from Page Layout → Selection Pane but it is not visible directly How can i fix this issue can you repair ma sample code which is mentioned below. ShapePat…...Fill.FillType = FillType.Solid; alcBufferLine.Fill.Transparency...alcBufferLine.Fill.SolidFill.Color = Color.Red; // Set the Fill color...

    forum.aspose.com/t/shape-is-created-but-it-is-n...
  2. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for .NET... Fill = doc. CreateSolidColorBrus (Color. Green ); 15...100f)); 19 path. Fill = doc. CreateSolidColorBrus (Color. Red ); 20...

    docs.aspose.com/page/net/xps/graphic-utilities/
  3. Aspose::Words::Tables::Table::SetBorder method ...

    Aspose::Words::Tables::Table::SetBorder method. Sets the specified table border to the specified line style, width and Color in C++....specified line style, width and color. void Aspose :: Words :: Tables...lineWidth , System :: Drawing :: Color color , bool isOverrideCellBorder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. TextureIndex enumeration | Aspose.Words for Nod...

    Aspose.Words.TextureIndex enumeration. Specifies shading texture....shall be a complete fill with the background color). Examples Shows...true ); // Fill the cells with a light green solid color. table ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::GradientStop::GradientS...

    Aspose::Words::Drawing::GradientStop::GradientStop constructor. Initializes a new instance of the GradientStop class in C++....GradientStop::GradientStop(System::Drawing::Color, double) constructor Initializes...GradientStop ( System :: Drawing :: Color color , double position ) Parameter...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::GradientStop::get_BaseC...

    Aspose::Words::Drawing::GradientStop::get_BaseColor method. Gets a value representing the Color of the gradient stop without any modifiers in C++....Gets a value representing the color of the gradient stop without...modifiers. System :: Drawing :: Color Aspose :: Words :: Drawing ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Java...object is used to define the color and thickness of the outline...LinearGradientBrush are used to define fill colors. Draw shapes on the layer...

    docs.aspose.com/psd/java/graphics-api/
  8. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group shape enumeration for seamless document processing....Height = 200 , Stroke = { Color = Color . Red } }; Shape cube =...Height = 100 , Stroke = { Color = Color . Blue } }; GroupShape group...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ChartShapeType Enum | Aspose.Words for .NET

    Explore Aspose.Words.Drawing.Charts.ChartShapeType enum to define diverse chart element shapes, enhancing your document's visual appeal and data clarity.... Examples Shows how to set fill, stroke and callout formatting...Stroke . Color = Color . DarkGreen ; format . Fill . Solid (...

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

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... Fill the rectangle path. Close the...( new SolidBrush(Color. Orange )); 16 //Fill the rectangle 17...

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