FMX.Graphics.TBrushResource.StyleResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleResource: TBrushObject read FStyleResource write SetStyleResource stored False;

C++

__property TBrushObject* StyleResource = {read=FStyleResource, write=SetStyleResource, stored=false};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushResource

Description

Determines the TBrushObject resource that will be used for setting the color and pattern of the current brush resource.

See Also