IStroke Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define how the outline is painted on elements.
public interface class IStroke
public interface IStroke
type IStroke = interface
Public Interface IStroke
- Derived
Properties
Stroke |
Indicates the color used to paint the shape's outline. |
StrokeDashOffset |
Gets a value that specifies the distance within the dash pattern where a dash begins. |
StrokeDashPattern |
Specifies the distance within the dash pattern where a dash begins. |
StrokeLineCap |
Describes the shape at the start and end of a line or segment. |
StrokeLineJoin |
Specifies the type of join that is used at the vertices of a shape. |
StrokeMiterLimit |
Specifies the limit on the ratio of the miter length to half the StrokeThickness of a shape. |
StrokeThickness |
Represents a collection of double values that indicate the pattern of dashes and gaps that are used to outline a shape. |