Super easy question. I'm sure, but I do not do F #, usually so little new for syntax.
How to read the following code snippet:
match shape.Fill with
| :? PictureBrush as pb ->
In particular, I'm not sure what it refers to PictureBrush. There is no link to it anywhere in this file.
source
share