IBorderStroke Interface

Definition

Define how the Shape outline is painted on Layouts.

public interface class IBorderStroke : Microsoft::Maui::IStroke
public interface IBorderStroke : Microsoft.Maui.IStroke
type IBorderStroke = interface
    interface IStroke
Public Interface IBorderStroke
Implements IStroke
Derived
Implements

Properties

Shape

Defines the shape of the border.

Stroke

Indicates the color used to paint the shape's outline.

(Inherited from IStroke)
StrokeDashOffset

Gets a value that specifies the distance within the dash pattern where a dash begins.

(Inherited from IStroke)
StrokeDashPattern

Specifies the distance within the dash pattern where a dash begins.

(Inherited from IStroke)
StrokeLineCap

Describes the shape at the start and end of a line or segment.

(Inherited from IStroke)
StrokeLineJoin

Specifies the type of join that is used at the vertices of a shape.

(Inherited from IStroke)
StrokeMiterLimit

Specifies the limit on the ratio of the miter length to half the StrokeThickness of a shape.

(Inherited from IStroke)
StrokeThickness

Represents a collection of double values that indicate the pattern of dashes and gaps that are used to outline a shape.

(Inherited from IStroke)

Applies to