Brush.Pattern Property
Gets or sets a RasterSymbol to use as the pattern of the Brush.
Thread safety: This property is not thread-safe.
Syntax
public RasterSymbol Pattern { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets a RasterSymbol to use as the pattern of the Brush.
public RasterSymbol Pattern { get; set; }
Windows, Linux, Android
In this article
Gets or sets a RasterSymbol to use as the pattern of the Brush.
public:
RasterSymbolPtr pattern ( ) const;
void pattern ( const RasterSymbolPtr& value )
Windows, Linux, Android
In this article
Gets or sets a RasterSymbol to use as the pattern of the Brush.
public final RasterSymbol getPattern ( );
public final void setPattern ( RasterSymbol value );
Windows, Linux, Android
In this article
Gets or sets a RasterSymbol to use as the pattern of the Brush.
pattern
Windows, Linux, Android
In this article